Commit 64e2bb36 authored by pulento's avatar pulento

Added CODEC_ID_H263P to fourcc tables.

H.263+ on AVI wasn't using U263 fourcc.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@112 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 883dfaad
......@@ -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') },
......
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