fix indent

This commit is contained in:
martii
2012-08-13 18:42:15 +02:00
parent 2627072d1d
commit 4d1b35e4ac

View File

@@ -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