[FFmpeg-cvslog] r20218 - trunk/libavformat/riff.c

compn tempn
Tue Oct 13 02:39:04 CEST 2009


On Tue, 13 Oct 2009 00:00:14 +0200 (CEST), cehoyos wrote:
>Author: cehoyos
>Date: Tue Oct 13 00:00:14 2009
>New Revision: 20218
>
>Log:
>Support Midvid JPEG Video Codec (still flipped).
>     { CODEC_ID_MJPEG,        MKTAG('I', 'J', 'L', 'V') }, /* Intel JPEG Library Video Codec */
>+    { CODEC_ID_MJPEG,        MKTAG('M', 'V', 'J', 'P') }, /* Midvid JPEG Video Codec */

you can just commit these together. no need to split multiple fourcc's
up. dont forget to add MVJP to mplayer/etc/codecs.conf too :)

-compn



More information about the ffmpeg-cvslog mailing list