]> git.sesse.net Git - ffmpeg/commitdiff
wrapped_avframe: Drop a now-unused variable
authorLuca Barbato <lu_zero@gentoo.org>
Fri, 16 Oct 2015 12:45:45 +0000 (14:45 +0200)
committerLuca Barbato <lu_zero@gentoo.org>
Fri, 16 Oct 2015 15:45:09 +0000 (17:45 +0200)
libavcodec/wrapped_avframe.c

index 9d504dbd062251fe5db16a29253f8dc91144b997..e1273e49d7859daf4213bf6225b2306249033747 100644 (file)
@@ -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);