You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
Add support for RVTR fourCC
Originally committed as revision 15386 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
@@ -216,7 +216,8 @@ ff_rm_read_mdpr_codecdata (AVFormatContext *s, AVStream *st, int codec_data_size
|
|||||||
if ( st->codec->codec_tag != MKTAG('R', 'V', '1', '0')
|
if ( st->codec->codec_tag != MKTAG('R', 'V', '1', '0')
|
||||||
&& st->codec->codec_tag != MKTAG('R', 'V', '2', '0')
|
&& st->codec->codec_tag != MKTAG('R', 'V', '2', '0')
|
||||||
&& st->codec->codec_tag != MKTAG('R', 'V', '3', '0')
|
&& st->codec->codec_tag != MKTAG('R', 'V', '3', '0')
|
||||||
&& st->codec->codec_tag != MKTAG('R', 'V', '4', '0'))
|
&& st->codec->codec_tag != MKTAG('R', 'V', '4', '0')
|
||||||
|
&& st->codec->codec_tag != MKTAG('R', 'V', 'T', 'R'))
|
||||||
goto fail1;
|
goto fail1;
|
||||||
st->codec->width = get_be16(pb);
|
st->codec->width = get_be16(pb);
|
||||||
st->codec->height = get_be16(pb);
|
st->codec->height = get_be16(pb);
|
||||||
|
Reference in New Issue
Block a user