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;
_______________________________________________
FFmpeg-soc mailing list
[email protected]
http://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc