From: Laurent Aimar Date: Sat, 29 Nov 2003 00:21:33 +0000 (+0000) Subject: H264 fourcc patch by (Laurent Aimar ) X-Git-Tag: v0.5~15664 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=cc15c9312782e260fdebb895a8f5ecef4ac7f806;p=platform%2Fupstream%2Flibav.git H264 fourcc patch by (Laurent Aimar ) Originally committed as revision 2540 to svn://svn.ffmpeg.org/ffmpeg/trunk --- diff --git a/libavformat/avienc.c b/libavformat/avienc.c index b9bbede..2864690 100644 --- a/libavformat/avienc.c +++ b/libavformat/avienc.c @@ -75,6 +75,8 @@ void end_tag(ByteIOContext *pb, offset_t start) /* Note: when encoding, the first matching tag is used, so order is important if multiple tags possible for a given codec. */ const CodecTag codec_bmp_tags[] = { + { CODEC_ID_H264, MKTAG('H', '2', '6', '4') }, + { CODEC_ID_H263, MKTAG('H', '2', '6', '3') }, { CODEC_ID_H263P, MKTAG('H', '2', '6', '3') }, { CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* intel h263 */