libeplayer reverse play: experimental adjustment to find previous I-frame

Origin commit data
------------------
Branch: master
Commit: ff374c6070
Author: martii <m4rtii@gmx.de>
Date: 2013-04-11 (Thu, 11 Apr 2013)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2013-04-11 17:59:22 +02:00
parent 142c9c044e
commit 621b856827

View File

@@ -475,7 +475,11 @@ static void FFMPEGThread(Context_t *context) {
}
#ifdef MARTII
if((err = container_ffmpeg_seek_rel(context, lastSeek, lastPts, (float) context->playback->Speed * 15)) < 0)
#else
if((err = container_ffmpeg_seek_rel(context, lastSeek, lastPts, (float) context->playback->Speed)) < 0)
#endif
{
ffmpeg_err( "Error seeking\n");