[FFmpeg-soc] [soc]: r548 - rv40/rv40.c

kostya subversion at mplayerhq.hu
Sun Jul 29 15:21:18 CEST 2007


Author: kostya
Date: Sun Jul 29 15:21:18 2007
New Revision: 548

Log:
Set dimensions to defaults

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Sun Jul 29 15:21:18 2007
@@ -502,7 +502,7 @@ static inline int choose_vlc_set(int qua
 static int rv40_parse_slice_header(RV40DecContext *r, GetBitContext *gb, SliceInfo *si)
 {
     int t, mb_bits;
-    int w, h;
+    int w = r->s.avctx->width, h = r->s.avctx->height;
 
     memset(si, 0, sizeof(SliceInfo));
     si->type = -1;



More information about the FFmpeg-soc mailing list