Ticket #7892: t7892_clear_subtitles.diff

File t7892_clear_subtitles.diff, 461 bytes (added by taylor.ralph@…, 14 years ago)

clear subtitles when changing chapters

  • libs/libmythtv/NuppelVideoPlayer.cpp

     
    31313131{
    31323132    if (jumpchapter == 0)
    31333133        jumpchapter = chapter;
     3134
     3135    if (osdHasSubtitles || !nonDisplayedAVSubtitles.empty())
     3136       ClearSubtitles();
    31343137}
    31353138
    31363139void NuppelVideoPlayer::SkipCommercials(int direction)