avformat/avidec: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0652ffc69a
commit
cc8b45c0ce
@ -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];
|
||||||
|
Loading…
x
Reference in New Issue
Block a user