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

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


The following commit has been merged in the experimental branch:
commit 54089ecd5a8316b7b26b660c34b2ac269be3e085
Author: Carl Eugen Hoyos <cehoyos at rainbow.studorg.tuwien.ac.at>
Date:   Mon Oct 12 21:35:26 2009 +0000

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

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 43121af..103274a 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -130,6 +130,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
     { CODEC_ID_MJPEG,        MKTAG('Q', 'I', 'V', 'G') },
     { 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_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