mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
spark: clear video in StopPicture()
this fixes video playback after audioplayer or upnp browser
This commit is contained in:
@@ -474,6 +474,7 @@ void cVideo::StopPicture()
|
|||||||
{
|
{
|
||||||
lt_debug("%s\n", __func__);
|
lt_debug("%s\n", __func__);
|
||||||
vdec->stillpicture = false;
|
vdec->stillpicture = false;
|
||||||
|
Stop(1);
|
||||||
}
|
}
|
||||||
|
|
||||||
void cVideo::Standby(unsigned int bOn)
|
void cVideo::Standby(unsigned int bOn)
|
||||||
|
Reference in New Issue
Block a user