1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-12-23 12:43:46 +02:00

avformat/webpenc: removed unused variable

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-11-02 11:43:48 +01:00
parent 547fce9585
commit 70b7cf9c39

View File

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