[SCM] libav/experimental: Support Midvid JPEG Video Codec (still flipped).

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 16:52:49 UTC 2013


The following commit has been merged in the experimental branch:
commit dd9d5a1ef807db42aa71c3416cf95e859ebf85ce
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Mon Oct 12 22:00:14 2009 +0000

    Support Midvid JPEG Video Codec (still flipped).
    
    Originally committed as revision 20218 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 103274a..68ee910 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -131,6 +131,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { CODEC_ID_MJPEG,        MKTAG('S', 'L', 'M', 'J') }, /* SL M-JPEG */
     { CODEC_ID_MJPEG,        MKTAG('C', 'J', 'P', 'G') }, /* Creative Webcam JPEG */
     { 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 */
     { CODEC_ID_HUFFYUV,      MKTAG('H', 'F', 'Y', 'U') },
     { CODEC_ID_FFVHUFF,      MKTAG('F', 'F', 'V', 'H') },
     { CODEC_ID_CYUV,         MKTAG('C', 'Y', 'U', 'V') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list