startvideo: send PMT again

this needs checking if the refcounting issues have
been fixed now.
This commit is contained in:
Stefan Seyfried
2013-11-30 16:07:11 +01:00
parent 9d70399578
commit 29c47133fd

View File

@@ -707,7 +707,7 @@ void CRemoteControl::startvideo()
{
is_video_started= true;
//g_Zapit->startPlayBack();
g_Zapit->unlockPlayBack(false);
g_Zapit->unlockPlayBack(true); /* TODO: check if sendpmt=false is correct in stopvideo() */
}
}