diff --git a/mythtv/libs/libmythtv/mythplayer.cpp b/mythtv/libs/libmythtv/mythplayer.cpp
index 79305e6..4433297 100644
|
a
|
b
|
void MythPlayer::AVSync(VideoFrame *buffer, bool limit_delay)
|
| 1877 | 1877 | lastsync = true; |
| 1878 | 1878 | //currentaudiotime = AVSyncGetAudiotime(); |
| 1879 | 1879 | LOG(VB_PLAYBACK, LOG_INFO, LOC + dbg + "dropping frame to catch up."); |
| 1880 | | if (!audio.IsPaused() && max_video_behind) |
| | 1880 | if (!audio.IsPaused() && max_video_behind && (GetEof() != kEofStateDelayed)) |
| 1881 | 1881 | { |
| 1882 | 1882 | audio.Pause(true); |
| 1883 | 1883 | avsync_audiopaused = true; |