Commit 9ea9b34e authored by michael's avatar michael

fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@6349 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 5dff203d
......@@ -534,7 +534,7 @@ static int rv10_decode_init(AVCodecContext *avctx)
break;
case 0x10003001:
s->rv10_version= 3;
s->h263_long_vectors=0;
s->h263_long_vectors= !!(*(uint32_t*)avctx->extradata & 0x1000000);
s->low_delay=1;
break;
case 0x20001000: /* real rv20 decoder fail on this id */
......
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