Commit 4916a8fc authored by Michael Niedermayer's avatar Michael Niedermayer

prores_anatoliy: remove unused variable from prores_encode_frame()

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent f70b0ed7
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment