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

This commit is contained in:
martii
2013-04-11 17:59:22 +02:00
parent 5025a6e645
commit ff374c6070

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");