diff mpegvideo.c @ 1416:8edad1e372d1 libavcodec

removed unused variable
author bellard
date Sun, 24 Aug 2003 22:13:48 +0000
parents c2e63cb94d06
children 340c90faa1dc
line wrap: on
line diff
--- a/mpegvideo.c	Sun Aug 24 22:08:22 2003 +0000
+++ b/mpegvideo.c	Sun Aug 24 22:13:48 2003 +0000
@@ -1426,7 +1426,6 @@
 
 static void select_input_picture(MpegEncContext *s){
     int i;
-    const int encoding_delay= s->max_b_frames;
     int coded_pic_num=0;    
 
     if(s->reordered_input_picture[0])
@@ -2725,7 +2724,6 @@
 void ff_draw_horiz_band(MpegEncContext *s, int y, int h){
     if (s->avctx->draw_horiz_band) {
         AVFrame *src;
-        uint8_t *src_ptr[3];
         int offset[4];
         
         if(s->picture_structure != PICT_FRAME){