[FFmpeg-cvslog] wrapped_avframe: Drop a now-unused variable
Luca Barbato
git at videolan.org
Fri Oct 16 23:05:12 CEST 2015
ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Fri Oct 16 14:45:45 2015 +0200| [b52307933b576eba741c80108c3dad09eb48ba12] | committer: Luca Barbato
wrapped_avframe: Drop a now-unused variable
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=b52307933b576eba741c80108c3dad09eb48ba12
---
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);
More information about the ffmpeg-cvslog
mailing list