Commit 4bb0b31f authored by Alex Converse's avatar Alex Converse

avconv: Initialize return value for codec copy path.

parent dec4b470
......@@ -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;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment