mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-02-06 23:04:54 +00:00
Add support for RVTR fourCC
Originally committed as revision 15386 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
aa617518b9
commit
b93dd8383a
@ -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')
|
||||
&& 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', '4', '0'))
|
||||
&& st->codec->codec_tag != MKTAG('R', 'V', '4', '0')
|
||||
&& st->codec->codec_tag != MKTAG('R', 'V', 'T', 'R'))
|
||||
goto fail1;
|
||||
st->codec->width = get_be16(pb);
|
||||
st->codec->height = get_be16(pb);
|
||||
|
Loading…
Reference in New Issue
Block a user