[Ffmpeg-cvslog] r6349 - trunk/libavcodec/rv10.c
michael
subversion
Wed Sep 27 00:23:33 CEST 2006
Author: michael
Date: Wed Sep 27 00:23:33 2006
New Revision: 6349
Modified:
trunk/libavcodec/rv10.c
Log:
fix decoding of bastard3.rm (ver=0x10003001 ver0=0x9000000)
Modified: trunk/libavcodec/rv10.c
==============================================================================
--- trunk/libavcodec/rv10.c (original)
+++ trunk/libavcodec/rv10.c Wed Sep 27 00:23:33 2006
@@ -534,7 +534,7 @@
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 */
More information about the ffmpeg-cvslog
mailing list