Mercurial > libavformat.hg
changeset 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 | 5cb0e4cdb864 |
children | 0fb9e6396a0d |
files | avienc.c |
diffstat | 1 files changed, 2 insertions(+), 0 deletions(-) [+] |
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 */