]> git.sesse.net Git - vlc/commitdiff
Add trhd for TRUEHD fourcc
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 16 Jun 2009 09:29:29 +0000 (11:29 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 16 Jun 2009 09:29:29 +0000 (11:29 +0200)
src/misc/fourcc.c

index 8a6121b5aadd9832b892a3edba55d27eda3b3e71..aaf31f97bc09c5e60adc6eaa0899ed38ef938617 100644 (file)
@@ -965,6 +965,9 @@ static const entry_t p_list_audio[] = {
     B(VLC_CODEC_MLP, "MLP/TrueHD Audio"),
         A("mlp "),
 
+    B(VLC_CODEC_TRUEHD, "TrueHD Audio"),
+        A("trhd"),
+
     B(VLC_CODEC_QCELP, "QCELP Audio"),
         A("Qclp"),