mirror of
https://github.com/tuxbox-fork-migrations/recycled-ni-libstb-hal.git
synced 2025-08-26 15:02:43 +02:00
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:
@@ -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");
|
||||
|
||||
|
Reference in New Issue
Block a user