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

kostya subversion at mplayerhq.hu
Fri Sep 7 14:41:54 CEST 2007


Author: kostya
Date: Fri Sep  7 14:41:54 2007
New Revision: 1299

Log:
Slice type 1 means intraframe fro RV30 too

Modified:
   rv40/rv40.c

Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c	(original)
+++ rv40/rv40.c	Fri Sep  7 14:41:54 2007
@@ -565,6 +565,7 @@ static int rv30_parse_slice_header(RV40D
     si->type = -1;
     get_bits(gb, 3);
     si->type = get_bits(gb, 2);
+    if(si->type == 1) si->type = 0;
     if(get_bits1(gb))
         return -1;
     si->quant = get_bits(gb, 5);



More information about the FFmpeg-soc mailing list