FernetMenta / vdr-plugin-vnsiserver

VDR plugin to handle XBMC clients.
GNU General Public License v2.0
16 stars 33 forks source link

cVideoInput: make bool flags atomic #75

Closed glenvt18 closed 7 years ago

glenvt18 commented 7 years ago

@FernetMenta Pls review. m_PmtChange is checked in cLiveReceiver::Activate() callback as it was before 55500d3. It means that if m_Receiver is detached before the very first call to cVideoInput::Receive() (while m_PmtChange is true), this detach will not be noticed, and re-tune can only be triggered from the outside later, using explicit cVideoInput::RequestRetune() call. Is that OK?

FernetMenta commented 7 years ago

thanks!