[vlc-devel] commit: Support for ML20 (mimic codec) for MSN webcams. ( Jean-Baptiste Kempf )
git version control
git at videolan.org
Tue Apr 15 19:03:37 CEST 2008
vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 15 10:04:44 2008 -0700| [826d548e37cb7b6722add584982ee86b38472999]
Support for ML20 (mimic codec) for MSN webcams.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=826d548e37cb7b6722add584982ee86b38472999
---
modules/codec/ffmpeg/ffmpeg.c | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/modules/codec/ffmpeg/ffmpeg.c b/modules/codec/ffmpeg/ffmpeg.c
index d5e6f2d..66fc99c 100644
--- a/modules/codec/ffmpeg/ffmpeg.c
+++ b/modules/codec/ffmpeg/ffmpeg.c
@@ -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 */
More information about the vlc-devel
mailing list