summaryrefslogtreecommitdiff
path: root/libavformat/avienc.c
diff options
context:
space:
mode:
authorLaurent Aimar <fenrir@via.ecp.fr>2003-11-29 00:21:33 +0000
committerMichael Niedermayer <michaelni@gmx.at>2003-11-29 00:21:33 +0000
commitcc15c9312782e260fdebb895a8f5ecef4ac7f806 (patch)
tree5a7faab51d57b699b65111674d6fc55222e12037 /libavformat/avienc.c
parent68ca24e6db7b2a4439af091c5b253abccd5ca518 (diff)
H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
Originally committed as revision 2540 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavformat/avienc.c')
-rw-r--r--libavformat/avienc.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavformat/avienc.c b/libavformat/avienc.c
index b9bbedec95..2864690a6d 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 */