[FFmpeg-cvslog] avformat/webpenc: removed unused variable

Michael Niedermayer git at videolan.org
Sun Nov 2 11:53:26 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sun Nov  2 11:43:48 2014 +0100| [70b7cf9c39d0b476f07262db0283fcd22ff9a4f0] | committer: Michael Niedermayer

avformat/webpenc: removed unused variable

Signed-off-by: Michael Niedermayer <michaelni at 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;
 



More information about the ffmpeg-cvslog mailing list