[vlc-commits] Add a fourCC for DTS

Jean-Baptiste Kempf git at videolan.org
Fri Jun 24 13:19:34 CEST 2011


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Wed Jun 22 01:59:42 2011 +0200| [20722cb095e84b1220e8c3276706d079d14be788] | committer: Jean-Baptiste Kempf

Add a fourCC for DTS

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=20722cb095e84b1220e8c3276706d079d14be788
---

 src/misc/fourcc.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/src/misc/fourcc.c b/src/misc/fourcc.c
index 9048722..2744741 100644
--- a/src/misc/fourcc.c
+++ b/src/misc/fourcc.c
@@ -898,6 +898,7 @@ static const entry_t p_list_audio[] = {
     /* DTS Audio */
     B(VLC_CODEC_DTS, "DTS Audio"),
         A("dts "),
+        A("DTS "),
         A("dtsb"),
         A("ms\x20\x01"),
 



More information about the vlc-commits mailing list