From 9b434875f1248119be417b4cf0c0773af4db5942 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 2 Aug 2004 13:03:58 +0000 Subject: [PATCH] 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 --- libavcodec/rv10.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavcodec/rv10.c b/libavcodec/rv10.c index 58c5db7f44..68679cd20d 100644 --- a/libavcodec/rv10.c +++ b/libavcodec/rv10.c @@ -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; }