You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
avconv: Initialize return value for codec copy path.
This commit is contained in:
2
avconv.c
2
avconv.c
@@ -1518,7 +1518,7 @@ static int output_packet(InputStream *ist, int ist_index,
|
|||||||
{
|
{
|
||||||
AVFormatContext *os;
|
AVFormatContext *os;
|
||||||
OutputStream *ost;
|
OutputStream *ost;
|
||||||
int ret, i;
|
int ret = 0, i;
|
||||||
int got_output;
|
int got_output;
|
||||||
void *buffer_to_free = NULL;
|
void *buffer_to_free = NULL;
|
||||||
static unsigned int samples_size= 0;
|
static unsigned int samples_size= 0;
|
||||||
|
Reference in New Issue
Block a user