Commit b2ba4037 authored by michael's avatar michael

H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@2540 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 01cb1dec
......@@ -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 */
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment