diff h264.c @ 3145:ede5c3c0a0eb libavcodec

kill some warnings
author mru
date Sat, 25 Feb 2006 22:41:31 +0000
parents 84406a59134c
children e3e94632c6e9
line wrap: on
line diff
--- a/h264.c	Sat Feb 25 22:15:24 2006 +0000
+++ b/h264.c	Sat Feb 25 22:41:31 2006 +0000
@@ -5388,8 +5388,6 @@
 };
 
 static int decode_cabac_mb_cbp_luma( H264Context *h) {
-    MpegEncContext * const s = &h->s;
-
     int cbp = 0;
     int cbp_b = -1;
     int i8x8;