wrapped_avframe: Drop a now-unused variable
This commit is contained in:
parent
49d7fcd774
commit
b52307933b
@ -43,7 +43,6 @@ static int wrapped_avframe_encode(AVCodecContext *avctx, AVPacket *pkt,
|
||||
const AVFrame *frame, int *got_packet)
|
||||
{
|
||||
AVFrame *wrapped = av_frame_clone(frame);
|
||||
int ret;
|
||||
|
||||
if (!wrapped)
|
||||
return AVERROR(ENOMEM);
|
||||
|
Loading…
x
Reference in New Issue
Block a user