On Fri, Oct 16, 2015 at 2:46 PM, Luca Barbato <lu_z...@gentoo.org> wrote:
> ---
>  libavcodec/wrapped_avframe.c | 1 -
>  1 file changed, 1 deletion(-)
>
> diff --git a/libavcodec/wrapped_avframe.c b/libavcodec/wrapped_avframe.c
> index 9d504db..e1273e4 100644
> --- a/libavcodec/wrapped_avframe.c
> +++ b/libavcodec/wrapped_avframe.c
> @@ -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);
> --
> 2.5.0
ok
-- 
Vittorio
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to