This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)
Originally committed as revision 6349 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Michael Niedermayer
18 years ago
parent
ae41e29b5b
commit
c38a29a448
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavcodec/rv10.c
+ 1
- 1
libavcodec/rv10.c
View File
@@ -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 &
0
x1000000)
;
s->low_delay=1;
break;
case 0x20001000: /* real rv20 decoder fail on this id */
Write
Preview
Loading…
Cancel
Save