ffmpeg | branch: master | Michael Niedermayer <michae...@gmx.at> | Sun Nov 2 11:43:48 2014 +0100| [70b7cf9c39d0b476f07262db0283fcd22ff9a4f0] | committer: Michael Niedermayer
avformat/webpenc: removed unused variable Signed-off-by: Michael Niedermayer <michae...@gmx.at> > http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=70b7cf9c39d0b476f07262db0283fcd22ff9a4f0 --- libavformat/webpenc.c | 1 - 1 file changed, 1 deletion(-) diff --git a/libavformat/webpenc.c b/libavformat/webpenc.c index 5c0b8a3..a9549cd 100644 --- a/libavformat/webpenc.c +++ b/libavformat/webpenc.c @@ -114,7 +114,6 @@ static int webp_write_packet(AVFormatContext *s, AVPacket *pkt) static int webp_write_trailer(AVFormatContext *s) { - WebpContext *w = s->priv_data; unsigned filesize; int ret; _______________________________________________ ffmpeg-cvslog mailing list ffmpeg-cvslog@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog