mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-24 11:49:48 +00:00
fix one file, will probably break some others but i cant find any samples which need this ...
Originally committed as revision 3371 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
13859ac9da
commit
9b434875f1
@ -388,7 +388,7 @@ static int rv20_decode_picture_header(MpegEncContext *s)
|
||||
// return -1;
|
||||
}
|
||||
seq= get_bits(&s->gb, 15);
|
||||
if (s->avctx->sub_id == 0x20201002 && get_bits(&s->gb, 1)){
|
||||
if (s->avctx->sub_id == 0x20201002 && 0 && get_bits(&s->gb, 1)){
|
||||
av_log(s->avctx, AV_LOG_ERROR, "unknown bit4 set\n");
|
||||
// return -1;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user