Browse Source

avformat/webpenc: removed unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Michael Niedermayer 11 years ago
parent
commit
70b7cf9c39
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      libavformat/webpenc.c

+ 0
- 1
libavformat/webpenc.c View File

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