mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
fix indent
This commit is contained in:
@@ -366,8 +366,8 @@ static void FFMPEGThread(Context_t *context) {
|
|||||||
|
|
||||||
#define reverse_playback_3
|
#define reverse_playback_3
|
||||||
#ifdef reverse_playback_3
|
#ifdef reverse_playback_3
|
||||||
if (context->playback->BackWard && av_gettime() >= showtime)
|
if (context->playback->BackWard && av_gettime() >= showtime)
|
||||||
{
|
{
|
||||||
audioMute = 1;
|
audioMute = 1;
|
||||||
context->output->Command(context, OUTPUT_CLEAR, "v");
|
context->output->Command(context, OUTPUT_CLEAR, "v");
|
||||||
|
|
||||||
@@ -399,16 +399,16 @@ if (context->playback->BackWard && av_gettime() >= showtime)
|
|||||||
|
|
||||||
lastPts = lastPts + (context->playback->Speed * 90000);
|
lastPts = lastPts + (context->playback->Speed * 90000);
|
||||||
showtime = av_gettime() + 300000; //jump back all 300ms
|
showtime = av_gettime() + 300000; //jump back all 300ms
|
||||||
}
|
}
|
||||||
|
|
||||||
if(!context->playback->BackWard && audioMute)
|
if(!context->playback->BackWard && audioMute)
|
||||||
{
|
{
|
||||||
lastPts = -1;
|
lastPts = -1;
|
||||||
bofcount = 0;
|
bofcount = 0;
|
||||||
showtime = 0;
|
showtime = 0;
|
||||||
audioMute = 0;
|
audioMute = 0;
|
||||||
context->output->Command(context, OUTPUT_AUDIOMUTE, "0");
|
context->output->Command(context, OUTPUT_AUDIOMUTE, "0");
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef reverse_playback_2
|
#ifdef reverse_playback_2
|
||||||
|
Reference in New Issue
Block a user