[FFmpeg-soc] [soc]: r1365 - rv40/rv40.c
kostya
subversion at mplayerhq.hu
Mon Sep 17 18:51:53 CEST 2007
Author: kostya
Date: Mon Sep 17 18:51:53 2007
New Revision: 1365
Log:
Remove unneeded assignment
Modified:
rv40/rv40.c
Modified: rv40/rv40.c
==============================================================================
--- rv40/rv40.c (original)
+++ rv40/rv40.c Mon Sep 17 18:51:53 2007
@@ -543,7 +543,6 @@ static int rv30_parse_slice_header(RV40D
int i, mb_size;
memset(si, 0, sizeof(SliceInfo));
- si->type = -1;
get_bits(gb, 3);
si->type = get_bits(gb, 2);
if(si->type == 1) si->type = 0;
More information about the FFmpeg-soc
mailing list