diff options
author | Peter Ross <pross@xvid.org> | 2012-12-17 20:37:54 +1100 |
---|---|---|
committer | Vittorio Giovara <vittorio.giovara@gmail.com> | 2014-04-19 16:24:26 +0200 |
commit | 07761294fc3f08e139e8a406ef7d5b63aaf1ecee (patch) | |
tree | 3b039dab9a79af2da741d90044fc7a0bf00d2a1b /libavformat | |
parent | 34c5a6660a9e5e3cf301691bb29d011638953dc2 (diff) | |
download | ffmpeg-07761294fc3f08e139e8a406ef7d5b63aaf1ecee.tar.gz |
Silicon Graphics RLE 8-bit video decoder
Signed-off-by: Vittorio Giovara <vittorio.giovara@gmail.com>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/isom.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/isom.c b/libavformat/isom.c index e8670bffca..5d10dca45e 100644 --- a/libavformat/isom.c +++ b/libavformat/isom.c @@ -141,6 +141,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 */ |