summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorCarl Eugen Hoyos <cehoyos@ag.or.at>2011-04-25 00:27:03 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2011-04-25 00:44:48 +0200
commita8117a62f41c53eafde94bd84415a3f552824dcd (patch)
tree637ae42795fa182a068284b9b85857816937df0e /libavformat
parent3e1c59ebc642831395bb5bcdc763520722679a6c (diff)
Support fourcc M263.
Fixes ticket #103.
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/riff.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 6b093b2683..80a1b719ec 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -40,6 +40,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ CODEC_ID_H263, MKTAG('L', '2', '6', '3') },
{ CODEC_ID_H263, MKTAG('V', 'X', '1', 'K') },
{ CODEC_ID_H263, MKTAG('Z', 'y', 'G', 'o') },
+ { CODEC_ID_H263, MKTAG('M', '2', '6', '3') },
{ CODEC_ID_H263P, MKTAG('H', '2', '6', '3') },
{ CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* intel h263 */
{ CODEC_ID_H261, MKTAG('H', '2', '6', '1') },