Browse Source

prores_anatoliy: remove unused variable from prores_encode_frame()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.11
Michael Niedermayer 13 years ago
parent
commit
4916a8fc44
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavcodec/proresenc_anatoliy.c

+ 0
- 1
libavcodec/proresenc_anatoliy.c View File

@@ -487,7 +487,6 @@ static int prores_encode_picture(AVCodecContext *avctx, AVFrame *pic,
static int prores_encode_frame(AVCodecContext *avctx, AVPacket *pkt,
const AVFrame *pict, int *got_packet)
{
ProresContext* ctx = avctx->priv_data;
int header_size = 148;
uint8_t *buf;
int pic_size, ret;


Loading…
Cancel
Save