From: Marten Richter Date: Sat, 27 Oct 2012 10:25:56 +0000 (+0200) Subject: Subtitle fix by JTE X-Git-Tag: 0-4-0^2~12^2~51 X-Git-Url: https://git.vomp.tv/gitweb/?a=commitdiff_plain;h=c7f12c0809ae874b4d8954b352d914590912ac23;p=vompclient.git Subtitle fix by JTE --- diff --git a/dvbsubtitles.cc b/dvbsubtitles.cc index 5210d7e..1a6f22c 100644 --- a/dvbsubtitles.cc +++ b/dvbsubtitles.cc @@ -226,8 +226,8 @@ void DVBSubtitlePage::setState(UCHAR s) { state = s; if (state == 1) // Acquisition point - page refresh - serviceAcquired = true; - regions.clear(); + if (!serviceAcquired) // Service not acquired lets treat this as mode change + state=2; if (state == 2) // Mode change - new epoch { serviceAcquired = true;