]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/wrapped_avframe.c
adx: Convert to the new bitstream reader
[ffmpeg] / 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);