Skip to content

Commit 4a6adc2

Browse files
author
Mark Kendall
committed
MythPlayer: Cleanup the decoder loop exit.
1 parent e78269a commit 4a6adc2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

mythtv/libs/libmythtv/mythplayer.cpp

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3055,8 +3055,7 @@ void MythPlayer::DecoderLoop(bool pause)
30553055
}
30563056

30573057
// Clear any wait conditions
3058-
PauseDecoder();
3059-
UnpauseDecoder();
3058+
DecoderPauseCheck();
30603059
decoderSeek = -1;
30613060
}
30623061

0 commit comments

Comments
 (0)