Commit 7f8bd161 authored by Clément Bœsch's avatar Clément Bœsch

ffmpeg: remove unused variable i.

parent 9e2cee57
...@@ -2810,7 +2810,6 @@ static void print_sdp(void) ...@@ -2810,7 +2810,6 @@ static void print_sdp(void)
static int init_input_stream(int ist_index, char *error, int error_len) static int init_input_stream(int ist_index, char *error, int error_len)
{ {
int i;
InputStream *ist = input_streams[ist_index]; InputStream *ist = input_streams[ist_index];
if (ist->decoding_needed) { if (ist->decoding_needed) {
......
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