summaryrefslogtreecommitdiff
path: root/libavformat
diff options
context:
space:
mode:
authorPiotr Bandurski <ami_stuff@o2.pl>2012-07-15 14:55:05 +0200
committerCarl Eugen Hoyos <cehoyos@ag.or.at>2012-07-15 14:55:05 +0200
commita8ff7e3f96772341af22e10d394fbe83c9ffdb0b (patch)
tree1aaf12c87b88e6ca3fb3cf8436504737e0e08d89 /libavformat
parent96e25073637f1fdc4818e193e74c38570c390d70 (diff)
riff: Assign U263 FourCC to CODEC_ID_H263
Diffstat (limited to 'libavformat')
-rw-r--r--libavformat/riff.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libavformat/riff.c b/libavformat/riff.c
index 70038f348e..2784aaa651 100644
--- a/libavformat/riff.c
+++ b/libavformat/riff.c
@@ -48,7 +48,7 @@ const AVCodecTag ff_codec_bmp_tags[] = {
{ 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') },
- { CODEC_ID_H263P, MKTAG('U', '2', '6', '3') },
+ { CODEC_ID_H263, MKTAG('U', '2', '6', '3') },
{ CODEC_ID_H263P, MKTAG('v', 'i', 'v', '1') },
{ CODEC_ID_MPEG4, MKTAG('F', 'M', 'P', '4') },
{ CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') },