avformat/avidec: remove unused variables

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-04-02 19:04:58 +02:00
parent 0652ffc69a
commit cc8b45c0ce
1 changed files with 0 additions and 1 deletions

View File

@ -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];