mirror of
https://mirror.skon.top/https://github.com/FFmpeg/FFmpeg
synced 2026-05-01 06:13:08 +08:00
avformat/webpenc: removed unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user