[FFmpeg-soc] [soc]: r1388 - rv40/rv40.c
kostya
subversion at mplayerhq.hu
Thu Sep 20 07:30:36 CEST 2007
Author: kostya
Date: Thu Sep 20 07:30:36 2007
New Revision: 1388
Log:
drop unneeded assignment
Modified:
rv40/rv40.c
Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Thu Sep 20 07:30:36 2007
@@ -111,7 +111,6 @@ static int rv40_parse_slice_header(RV34D
int mb_size;
memset(si, 0, sizeof(SliceInfo));
- si->type = -1;
if(get_bits1(gb))
return -1;
si->type = get_bits(gb, 2);
More information about the FFmpeg-soc
mailing list