diff options
author | Paul B Mahol <onemda@gmail.com> | 2012-03-27 18:53:05 +0000 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-03-28 02:34:06 +0200 |
commit | e4cc9f309e96a9145970989fd20394933923f574 (patch) | |
tree | 2705554ed096e01c7f2cf76b2bf354817acce595 /libavformat | |
parent | e206b51fd377425ec4c4a37160b9753e49809416 (diff) | |
download | ffmpeg-e4cc9f309e96a9145970989fd20394933923f574.tar.gz |
Support FLIC in AVI.
Signed-off-by: Paul B Mahol <onemda@gmail.com>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat')
-rw-r--r-- | libavformat/riff.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c index 650bea6f72..80a44b07b4 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -300,6 +300,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_DXTORY, MKTAG('x', 't', 'o', 'r') }, { CODEC_ID_ZEROCODEC, MKTAG('Z', 'E', 'C', 'O') }, { CODEC_ID_Y41P, MKTAG('Y', '4', '1', 'P') }, + { CODEC_ID_FLIC, MKTAG('A', 'F', 'L', 'C') }, { CODEC_ID_NONE, 0 } }; |