prores_anatoliy: remove unused variable from prores_encode_frame()

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/3/merge
Michael Niedermayer 13 years ago
parent f70b0ed7ca
commit 4916a8fc44
  1. 1
      libavcodec/proresenc_anatoliy.c

@ -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