Mercurial > libavcodec.hg
changeset 2158:29445ac45e75 libavcodec
fix one file, will probably break some others but i cant find any samples which need this ...
author | michael |
---|---|
date | Mon, 02 Aug 2004 13:03:58 +0000 |
parents | 4478e603a8e3 |
children | 7f42295c1517 |
files | rv10.c |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/rv10.c Mon Aug 02 10:42:21 2004 +0000 +++ b/rv10.c Mon Aug 02 13:03:58 2004 +0000 @@ -388,7 +388,7 @@ // 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; }