Browse Source

removed unused variable

Originally committed as revision 2159 to svn://svn.ffmpeg.org/ffmpeg/trunk
tags/v0.5
Fabrice Bellard 22 years ago
parent
commit
df15903f27
2 changed files with 0 additions and 4 deletions
  1. +0
    -2
      libavcodec/dv.c
  2. +0
    -2
      libavcodec/mpegvideo.c

+ 0
- 2
libavcodec/dv.c View File

@@ -628,8 +628,6 @@ static int dvvideo_decode_frame(AVCodecContext *avctx,

static int dvvideo_decode_end(AVCodecContext *avctx)
{
DVVideoDecodeContext *s = avctx->priv_data;

avcodec_default_free_buffers(avctx);

return 0;


+ 0
- 2
libavcodec/mpegvideo.c View File

@@ -1426,7 +1426,6 @@ static int load_input_picture(MpegEncContext *s, AVFrame *pic_arg){

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 @@ static int pix_diff_vcmp16x8(uint8_t *s1, uint8_t*s2, int stride){ //FIXME move
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){


Loading…
Cancel
Save