avformat/webpenc: removed unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
pull/71/merge
Michael Niedermayer 10 years ago
parent 547fce9585
commit 70b7cf9c39
  1. 1
      libavformat/webpenc.c

@ -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;

Loading…
Cancel
Save