Commit 008151f4 authored by michael's avatar michael

fix one file, will probably break some others but i cant find any samples which need this ...


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@3371 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 2722e7e7
...@@ -388,7 +388,7 @@ static int rv20_decode_picture_header(MpegEncContext *s) ...@@ -388,7 +388,7 @@ static int rv20_decode_picture_header(MpegEncContext *s)
// return -1; // return -1;
} }
seq= get_bits(&s->gb, 15); 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"); av_log(s->avctx, AV_LOG_ERROR, "unknown bit4 set\n");
// return -1; // return -1;
} }
......
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