fix indent

Origin commit data
------------------
Branch: master
Commit: d7d11fdd0d
Author: martii <you@example.com>
Date: 2012-08-13 (Mon, 13 Aug 2012)


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

------------------
This commit was generated by Migit
This commit is contained in:
martii
2012-08-13 18:42:15 +02:00
parent 3f3b02b9cd
commit 5888e9d4cc

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