diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-01-13 05:56:20 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-01-14 19:25:08 +0100 |
commit | b26f0ee39fed503a05dcbc870ea20bce1ca9caf5 (patch) | |
tree | afdfeb59f53a19295def675ac07faa6eca39dd9c /libavformat/riff.c | |
parent | 83b12c16af4f75ff21faaa6c4bff5c71edff3ba0 (diff) | |
download | ffmpeg-b26f0ee39fed503a05dcbc870ea20bce1ca9caf5.tar.gz |
avidec: XMPG support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavformat/riff.c')
-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 cd2c9a0f0c..712488d337 100644 --- a/libavformat/riff.c +++ b/libavformat/riff.c @@ -135,6 +135,7 @@ const AVCodecTag ff_codec_bmp_tags[] = { { CODEC_ID_MPEG2VIDEO, MKTAG('E', 'M', '2', 'V') }, { CODEC_ID_MPEG2VIDEO, MKTAG('M', '7', '0', '1') }, /* Matrox MPEG2 intra-only */ { CODEC_ID_MPEG2VIDEO, MKTAG('m', 'p', 'g', 'v') }, + { CODEC_ID_MPEG1VIDEO, MKTAG('X', 'M', 'P', 'G') }, /* Xing MPEG intra only */ { CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') }, { CODEC_ID_MJPEG, MKTAG('L', 'J', 'P', 'G') }, { CODEC_ID_MJPEG, MKTAG('d', 'm', 'b', '1') }, |