Mercurial > libavformat.hg
diff avienc.c @ 322:e14ebc79e4bf libavformat
H264 fourcc patch by (Laurent Aimar <fenrir at via dot ecp dot fr>)
| author | michael |
|---|---|
| date | Sat, 29 Nov 2003 00:21:33 +0000 |
| parents | a313e1080322 |
| children | 3ef8c842fe78 |
line wrap: on
line diff
--- a/avienc.c Wed Nov 26 20:57:15 2003 +0000 +++ b/avienc.c Sat Nov 29 00:21:33 2003 +0000 @@ -75,6 +75,8 @@ /* 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 */
