Skip to content
Snippets Groups Projects
Commit cc8b45c0 authored by Michael Niedermayer's avatar Michael Niedermayer
Browse files

avformat/avidec: remove unused variables

parent 0652ffc6
No related branches found
No related tags found
No related merge requests found
......@@ -1571,7 +1571,6 @@ static int guess_ni_flag(AVFormatContext *s)
int64_t last_start = 0;
int64_t first_end = INT64_MAX;
int64_t oldpos = avio_tell(s->pb);
int64_t min_pos, pos;
for (i = 0; i < s->nb_streams; i++) {
AVStream *st = s->streams[i];
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment