Somewhat riskily remove use of AV_SEEK_BACKWARD. It was causing
authorCarl Hetherington <cth@carlh.net>
Tue, 25 Feb 2014 12:10:27 +0000 (12:10 +0000)
committerCarl Hetherington <cth@carlh.net>
Tue, 25 Feb 2014 12:10:27 +0000 (12:10 +0000)
commite15fa4fe6d519c92f2083ca42c18675c729bda30
tree70813871a8219b00d5bd0fb8409ee1aa8aad2929
parent751d212a973c3ce80a6664fec929801301db6349
Somewhat riskily remove use of AV_SEEK_BACKWARD.  It was causing
seeks at the end of a FFmpegDecoder to go back into the content,
confusing the player (which assumes that the next peek after seek
will be after the seek location).
src/lib/decoder.h
src/lib/ffmpeg_decoder.cc
src/lib/player.cc