[Ffmpeg-cvslog] r6392 - trunk/libavcodec/rv10.c

michael subversion
Sat Sep 30 13:45:10 CEST 2006


Author: michael
Date: Sat Sep 30 13:45:09 2006
New Revision: 6392

Modified:
   trunk/libavcodec/rv10.c

Log:
ignore sub_id


Modified: trunk/libavcodec/rv10.c
==============================================================================
--- trunk/libavcodec/rv10.c	(original)
+++ trunk/libavcodec/rv10.c	Sat Sep 30 13:45:09 2006
@@ -533,6 +533,7 @@
     s->height = avctx->height;
 
     s->h263_long_vectors= ((uint8_t*)avctx->extradata)[3] & 1;
+    avctx->sub_id= BE_32((uint8_t*)avctx->extradata + 4);
 
     switch(avctx->sub_id){
     case 0x10000000:




More information about the ffmpeg-cvslog mailing list