]> git.sesse.net Git - vlc/commitdiff
Support for ML20 (mimic codec) for MSN webcams.
authorJean-Baptiste Kempf <jb@videolan.org>
Tue, 15 Apr 2008 17:04:44 +0000 (10:04 -0700)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 15 Apr 2008 17:04:44 +0000 (10:04 -0700)
modules/codec/ffmpeg/ffmpeg.c

index d5e6f2dbe363af277fbccf9559f6d2c7852b3170..66fc99cd64b48fe8f3fdfcd976fa81861a3ca840 100644 (file)
@@ -1195,6 +1195,11 @@ static struct
     { VLC_FOURCC('8','B','P','S'), CODEC_ID_8BPS,
       VIDEO_ES, "8BPS" },
 
+#if LIBAVCODEC_VERSION_INT >= ((51<<16)+(52<<8)+0)
+    { VLC_FOURCC('M','L','2','O'), CODEC_ID_MIMIC,
+      VIDEO_ES, "Mimic" },
+#endif
+
     /* Videogames Codecs */
 
     /* Interplay MVE */