mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
prores_anatoliy: remove unused variable from prores_encode_frame()
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
f70b0ed7ca
commit
4916a8fc44
@ -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…
Reference in New Issue
Block a user