Commit 70b7cf9c authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/webpenc: removed unused variable

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 547fce95
...@@ -114,7 +114,6 @@ static int webp_write_packet(AVFormatContext *s, AVPacket *pkt) ...@@ -114,7 +114,6 @@ static int webp_write_packet(AVFormatContext *s, AVPacket *pkt)
static int webp_write_trailer(AVFormatContext *s) static int webp_write_trailer(AVFormatContext *s)
{ {
WebpContext *w = s->priv_data;
unsigned filesize; unsigned filesize;
int ret; int ret;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment