spark: clear video in StopPicture()

this fixes video playback after audioplayer or upnp browser

Conflicts:
	libspark/video.cpp
This commit is contained in:
Stefan Seyfried
2015-03-07 19:40:48 +01:00
committed by max10
parent 808354b31e
commit c44c3994f7

View File

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