Reset eof state on seeking.

Fixes issue1005.

Originally committed as revision 18710 to svn://svn.ffmpeg.org/ffmpeg/trunk
release/0.6
Michael Niedermayer 16 years ago
parent 5efccce2a9
commit e45aeb38a6
  1. 1
      ffplay.c

@ -2063,6 +2063,7 @@ static int decode_thread(void *arg)
}
}
is->seek_req = 0;
eof= 0;
}
/* if the queue are full, no need to read more */

Loading…
Cancel
Save