comparison avienc.c @ 788:0f33c9ce24ac libavformat

non-avc h264 stream problems patch by ("Ronald S. Bultje" rbultje, ronald bitfreak net)
author michael
date Thu, 09 Jun 2005 20:01:02 +0000
parents ba478112ecb1
children 75246147b635
comparison
equal deleted inserted replaced
787:386fff926e83 788:0f33c9ce24ac
75 75
76 /* Note: when encoding, the first matching tag is used, so order is 76 /* Note: when encoding, the first matching tag is used, so order is
77 important if multiple tags possible for a given codec. */ 77 important if multiple tags possible for a given codec. */
78 const CodecTag codec_bmp_tags[] = { 78 const CodecTag codec_bmp_tags[] = {
79 { CODEC_ID_H264, MKTAG('H', '2', '6', '4') }, 79 { CODEC_ID_H264, MKTAG('H', '2', '6', '4') },
80 { CODEC_ID_H264, MKTAG('V', 'S', 'S', 'H') },
80 81
81 { CODEC_ID_H263, MKTAG('H', '2', '6', '3') }, 82 { CODEC_ID_H263, MKTAG('H', '2', '6', '3') },
82 { CODEC_ID_H263P, MKTAG('H', '2', '6', '3') }, 83 { CODEC_ID_H263P, MKTAG('H', '2', '6', '3') },
83 { CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* intel h263 */ 84 { CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* intel h263 */
84 { CODEC_ID_H261, MKTAG('H', '2', '6', '1') }, 85 { CODEC_ID_H261, MKTAG('H', '2', '6', '1') },