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: Initialize return value for codec copy path.
tags/n0.9
Alex Converse
14 years ago
parent
dec4b4705f
commit
4bb0b31f76
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
avconv.c
+ 1
- 1
avconv.c
View File
@@ -1518,7 +1518,7 @@ static int output_packet(InputStream *ist, int ist_index,
{
AVFormatContext *os;
OutputStream *ost;
int ret, i;
int ret
= 0
, i;
int got_output;
void *buffer_to_free = NULL;
static unsigned int samples_size= 0;
Write
Preview
Loading…
Cancel
Save