Commit b5230793 authored by Luca Barbato's avatar Luca Barbato

wrapped_avframe: Drop a now-unused variable

parent 49d7fcd7
......@@ -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);
......
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