[SCM] libav/experimental: add IJPG fourcc, to play m_ijpg.avi

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Sun Jun 30 15:58:15 UTC 2013


The following commit has been merged in the experimental branch:
commit bad0cefbdde99a81432a139672a3ca2547a69f8b
Author: Baptiste Coudurier <baptiste.coudurier at gmail.com>
Date:   Mon Mar 26 18:41:12 2007 +0000

    add IJPG fourcc, to play m_ijpg.avi
    
    Originally committed as revision 8530 to svn://svn.ffmpeg.org/ffmpeg/trunk

diff --git a/libavformat/riff.c b/libavformat/riff.c
index 8a3893a..f35a7a2 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -103,6 +103,7 @@ const AVCodecTag codec_bmp_tags[] = {
     { CODEC_ID_MJPEG, MKTAG('J', 'P', 'G', 'L') }, /* Pegasus lossless JPEG */
     { CODEC_ID_MJPEG, MKTAG('M', 'J', 'L', 'S') }, /* JPEG-LS custom FOURCC for avi - decoder */
     { CODEC_ID_MJPEG, MKTAG('j', 'p', 'e', 'g') },
+    { CODEC_ID_MJPEG, MKTAG('I', 'J', 'P', 'G') },
     { CODEC_ID_JPEGLS, MKTAG('M', 'J', 'L', 'S') }, /* JPEG-LS custom FOURCC for avi - encoder */
     { CODEC_ID_HUFFYUV, MKTAG('H', 'F', 'Y', 'U') },
     { CODEC_ID_FFVHUFF, MKTAG('F', 'F', 'V', 'H') },

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list