[FFmpeg-cvslog] isom: support SGI RLE 8-bit in QuickTime file format

Peter Ross git at videolan.org
Mon Dec 17 10:50:36 CET 2012


ffmpeg | branch: master | Peter Ross <pross at xvid.org> | Mon Dec 17 20:37:54 2012 +1100| [fb9d58509c98af29f8933a575c357d20a66dbce5] | committer: Peter Ross

isom: support SGI RLE 8-bit in QuickTime file format

Signed-off-by: Peter Ross <pross at xvid.org>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=fb9d58509c98af29f8933a575c357d20a66dbce5
---

 libavformat/isom.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavformat/isom.c b/libavformat/isom.c
index 811184b..9c10e75 100644
--- a/libavformat/isom.c
+++ b/libavformat/isom.c
@@ -147,6 +147,7 @@ const AVCodecTag ff_codec_movvideo_tags[] = {
     { AV_CODEC_ID_8BPS,    MKTAG('8', 'B', 'P', 'S') }, /* Planar RGB (8BPS) */
     { AV_CODEC_ID_SMC,     MKTAG('s', 'm', 'c', ' ') }, /* Apple Graphics (SMC) */
     { AV_CODEC_ID_QTRLE,   MKTAG('r', 'l', 'e', ' ') }, /* Apple Animation (RLE) */
+    { AV_CODEC_ID_SGIRLE,  MKTAG('r', 'l', 'e', '1') }, /* SGI RLE 8-bit */
     { AV_CODEC_ID_MSRLE,   MKTAG('W', 'R', 'L', 'E') },
     { AV_CODEC_ID_QDRAW,   MKTAG('q', 'd', 'r', 'w') }, /* QuickDraw */
 



More information about the ffmpeg-cvslog mailing list