OSDN Git Service
(root)
/
android-x86
/
external-ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
96e2507
)
riff: Assign U263 FourCC to CODEC_ID_H263
author
Piotr Bandurski
<ami_stuff@o2.pl>
Sun, 15 Jul 2012 12:55:05 +0000
(14:55 +0200)
committer
Carl Eugen Hoyos
<cehoyos@ag.or.at>
Sun, 15 Jul 2012 12:55:05 +0000
(14:55 +0200)
libavformat/riff.c
patch
|
blob
|
history
diff --git
a/libavformat/riff.c
b/libavformat/riff.c
index
70038f3
..
2784aaa
100644
(file)
--- 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_H263
P,
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') },