ffmpeg: remove unused variable i.

This commit is contained in:
Clément Bœsch 2012-05-18 23:40:53 +02:00
parent 9e2cee5770
commit 7f8bd16103
1 changed files with 0 additions and 1 deletions

View File

@ -2810,7 +2810,6 @@ static void print_sdp(void)
static int init_input_stream(int ist_index, char *error, int error_len)
{
int i;
InputStream *ist = input_streams[ist_index];
if (ist->decoding_needed) {