From c7f12c0809ae874b4d8954b352d914590912ac23 Mon Sep 17 00:00:00 2001 From: Marten Richter Date: Sat, 27 Oct 2012 12:25:56 +0200 Subject: [PATCH] Subtitle fix by JTE --- dvbsubtitles.cc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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; -- 2.39.2