avconv: Initialize return value for codec copy path.

This commit is contained in:
Alex Converse 2011-09-27 15:27:18 -07:00
parent dec4b4705f
commit 4bb0b31f76
1 changed files with 1 additions and 1 deletions

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;