This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
avformat/webpenc: removed unused variable
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.5
Michael Niedermayer
11 years ago
parent
547fce9585
commit
70b7cf9c39
1 changed files
with
0 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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;
Write
Preview
Loading…
Cancel
Save