changeset 1416:8edad1e372d1 libavcodec

removed unused variable
author bellard
date Sun, 24 Aug 2003 22:13:48 +0000
parents 9a218b289ee0
children 89dacc2b9bf0
files dv.c mpegvideo.c
diffstat 2 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/dv.c	Sun Aug 24 22:08:22 2003 +0000
+++ b/dv.c	Sun Aug 24 22:13:48 2003 +0000
@@ -628,8 +628,6 @@
 
 static int dvvideo_decode_end(AVCodecContext *avctx)
 {
-    DVVideoDecodeContext *s = avctx->priv_data;
-
     avcodec_default_free_buffers(avctx);    
 
     return 0;
--- 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){