spark: clear video in StopPicture()

this fixes video playback after audioplayer or upnp browser
This commit is contained in:
Stefan Seyfried
2015-03-07 19:40:48 +01:00
parent 49a9834ac5
commit a0037c51f0

View File

@@ -474,6 +474,7 @@ void cVideo::StopPicture()
{
lt_debug("%s\n", __func__);
vdec->stillpicture = false;
Stop(1);
}
void cVideo::Standby(unsigned int bOn)