mirror of
https://github.com/xenia-project/FFmpeg.git
synced 2024-11-24 12:09:55 +00:00
fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)
Originally committed as revision 6349 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
ae41e29b5b
commit
c38a29a448
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user