]> git.sesse.net Git - vlc/commitdiff
FFmpeg - add the MPCK fourCC, that seems to be associated to some SV8.
authorJean-Baptiste Kempf <jb@videolan.org>
Wed, 7 Nov 2007 23:22:59 +0000 (23:22 +0000)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 7 Nov 2007 23:22:59 +0000 (23:22 +0000)
But it may be useless, because of our mpc demuxer...

modules/codec/ffmpeg/ffmpeg.c

index eb424321a652c464f007549cf357e2672cda31df..65e96378bb0a578a881eddb86be67ab902d0d983 100644 (file)
@@ -1294,6 +1294,11 @@ static struct
     { VLC_FOURCC('M','P','C',' '), CODEC_ID_MUSEPACK7,
       AUDIO_ES, "MUSEPACK7 Audio" },
 #endif
+#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(48<<8)+0)
+    /* MUSEPACK8 Audio */
+    { VLC_FOURCC('M','P','C','K'), CODEC_ID_MUSEPACK8,
+      AUDIO_ES, "MUSEPACK8 Audio" },
+#endif
 
     /* RealAudio 1.0 */
     { VLC_FOURCC('1','4','_','4'), CODEC_ID_RA_144,