spark: clear video in StopPicture()

this fixes video playback after audioplayer or upnp browser

Conflicts:
	libspark/video.cpp


Origin commit data
------------------
Branch: master
Commit: c44c3994f7
Author: Stefan Seyfried <seife@tuxbox-git.slipkontur.de>
Date: 2015-03-07 (Sat, 07 Mar 2015)



------------------
This commit was generated by Migit
This commit is contained in:
Stefan Seyfried
2015-03-07 19:40:48 +01:00
committed by max_10
parent 515477b870
commit 11c4904302

View File

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