diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2014-11-02 11:43:48 +0100 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2014-11-02 11:43:48 +0100 |
commit | 70b7cf9c39d0b476f07262db0283fcd22ff9a4f0 (patch) | |
tree | 10eebcb192eb68f5fa10c3aa29fe62abdd4cc534 | |
parent | 547fce95858ef83f8c25ae347e3ae3b8ba437fd9 (diff) | |
download | ffmpeg-70b7cf9c39d0b476f07262db0283fcd22ff9a4f0.tar.gz |
avformat/webpenc: removed unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
-rw-r--r-- | libavformat/webpenc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libavformat/webpenc.c b/libavformat/webpenc.c index 5c0b8a327b..a9549cdb74 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; |