mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-24 16:22:37 +00:00
Added CODEC_ID_H263P to fourcc tables.
H.263+ on AVI wasn't using U263 fourcc. Originally committed as revision 112 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
3615700918
commit
6bbc662f7d
@ -56,6 +56,7 @@ void end_tag(ByteIOContext *pb, offset_t start)
|
||||
important if multiple tags possible for a given codec. */
|
||||
CodecTag codec_bmp_tags[] = {
|
||||
{ CODEC_ID_H263, MKTAG('U', '2', '6', '3') },
|
||||
{ CODEC_ID_H263P, MKTAG('U', '2', '6', '3') },
|
||||
{ CODEC_ID_H263I, MKTAG('I', '2', '6', '3') }, /* intel h263 */
|
||||
{ CODEC_ID_MJPEG, MKTAG('M', 'J', 'P', 'G') },
|
||||
{ CODEC_ID_MPEG4, MKTAG('D', 'I', 'V', 'X') },
|
||||
|
Loading…
Reference in New Issue
Block a user