changeset 11533:e9640e8aeea3 libavcodec

Remove unused variable, fixes the warning: libavcodec/h264.c:1562: warning: unused variable `s'
author diego
date Tue, 23 Mar 2010 17:55:08 +0000
parents e011e73a902b
children baece61a55cf
files h264.c
diffstat 1 files changed, 0 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/h264.c	Tue Mar 23 03:35:02 2010 +0000
+++ b/h264.c	Tue Mar 23 17:55:08 2010 +0000
@@ -1559,7 +1559,6 @@
  * initialize scan tables
  */
 static void init_scan_tables(H264Context *h){
-    MpegEncContext * const s = &h->s;
     int i;
     if(h->h264dsp.h264_idct_add == ff_h264_idct_add_c){ //FIXME little ugly
         memcpy(h->zigzag_scan, zigzag_scan, 16*sizeof(uint8_t));