Remove the code, on seeking, to seek to the requested timestamp
authorCarl Hetherington <cth@carlh.net>
Fri, 30 Jan 2015 22:08:08 +0000 (22:08 +0000)
committerCarl Hetherington <cth@carlh.net>
Fri, 30 Jan 2015 22:08:08 +0000 (22:08 +0000)
commite520faf63aa7c4446e6e6477553824645d2b1f47
tree8ed5bdd27545bd32d234e1e411a33bfedbd2273b
parent93c77af137962d9a03703ed214adf576ed9228a6
Remove the code, on seeking, to seek to the requested timestamp
in the audio stream if it is lower than that for the video stream.
The FFmpeg docs don't support it, AFAICS, as they suggest that
the the seek should be in the timebase of the specified stream.

It also causes problems with the "preview" test when seeking
inaccurately in the viewer.
src/lib/ffmpeg_decoder.cc