avformat/avidec: remove unused variables
Signed-off-by: Michael Niedermayer <michaelni@gmx.at> (cherry picked from commit cc8b45c0ce35465fd0efee7103e41bcc28251f99) Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
0008a87cb1
commit
bc0c49b83e
@ -1522,7 +1522,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