summaryrefslogtreecommitdiffstats
path: root/libav
diff options
context:
space:
mode:
authorJuanjo <pulento@users.sourceforge.net>2001-08-27 04:19:15 +0000
committerJuanjo <pulento@users.sourceforge.net>2001-08-27 04:19:15 +0000
commit6bbc662f7d78e5ea0256e9354b9965c93286919f (patch)
tree03c60ef220604955976aa33405f877329304a16a /libav
parent3615700918a04388cb4f8b3decbb90136c192844 (diff)
downloadffmpeg-streaming-6bbc662f7d78e5ea0256e9354b9965c93286919f.zip
ffmpeg-streaming-6bbc662f7d78e5ea0256e9354b9965c93286919f.tar.gz
Added CODEC_ID_H263P to fourcc tables.
H.263+ on AVI wasn't using U263 fourcc. Originally committed as revision 112 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libav')
-rw-r--r--libav/avienc.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libav/avienc.c b/libav/avienc.c
index 52ce361..aad37d3 100644
--- a/libav/avienc.c
+++ b/libav/avienc.c
@@ -56,6 +56,7 @@ void end_tag(ByteIOContext *pb, offset_t start)
important if multiple tags possible for a given codec. */
CodecTag codec_bmp_tags[] = {
{ CODEC_ID_H263, MKTAG('U', '2', '6', '3') },
+ { CODEC_ID_H263P, MKTAG('U', '2', '6', '3') },
{ CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* intel h263 */
{ CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') },
{ CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') },
OpenPOWER on IntegriCloud