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
avconv: Drop an unused variable
tags/n3.1
Luca Barbato
9 years ago
parent
6bb99757b7
commit
1db8eb1549
1 changed files
with
0 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+0
-1
avconv.c
+ 0
- 1
avconv.c
View File
@@ -1002,7 +1002,6 @@ static void flush_encoders(void)
if (1) {
AVPacket pkt;
int got_packet;
av_init_packet(&pkt);
pkt.data = NULL;
pkt.size = 0;
Write
Preview
Loading…
Cancel
Save