Commit cc8b45c0 authored by Michael Niedermayer's avatar Michael Niedermayer

avformat/avidec: remove unused variables

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 0652ffc6
...@@ -1571,7 +1571,6 @@ static int guess_ni_flag(AVFormatContext *s) ...@@ -1571,7 +1571,6 @@ static int guess_ni_flag(AVFormatContext *s)
int64_t last_start = 0; int64_t last_start = 0;
int64_t first_end = INT64_MAX; int64_t first_end = INT64_MAX;
int64_t oldpos = avio_tell(s->pb); int64_t oldpos = avio_tell(s->pb);
int64_t min_pos, pos;
for (i = 0; i < s->nb_streams; i++) { for (i = 0; i < s->nb_streams; i++) {
AVStream *st = s->streams[i]; AVStream *st = s->streams[i];
......
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