Commit e8202a78 authored by michael's avatar michael

extract from the subid the options

instead of doing a case where we should add lot's of versions.
patch by (matthieu castet {castet.matthieu free fr)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@4156 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent cffed8d4
......@@ -537,15 +537,17 @@ static int rv10_decode_init(AVCodecContext *avctx)
s->h263_long_vectors=0;
s->low_delay=1;
break;
case 0x20001000:
case 0x20100001:
case 0x20001000: /* real rv20 decoder fail on this id */
/*case 0x20100001:
case 0x20101001:
case 0x20103001:
case 0x20103001:*/
case 0x20100000 ... 0x2019ffff:
s->low_delay=1;
break;
case 0x20200002:
/*case 0x20200002:
case 0x20201002:
case 0x20203002:
case 0x20203002:*/
case 0x20200002 ... 0x202fffff:
case 0x30202002:
case 0x30203002:
s->low_delay=0;
......
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