Commit af065bf1 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'b5230793'

* commit 'b5230793':
  wrapped_avframe: Drop a now-unused variable
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents eebea626 b5230793
......@@ -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