mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-27 07:23:11 +02:00
libeplayer3/input: fix SwitchVideo (unused, but anyway)
This commit is contained in:
@@ -572,6 +572,7 @@ bool Input::SwitchTeletext(Track *track)
|
|||||||
bool Input::SwitchVideo(Track *track)
|
bool Input::SwitchVideo(Track *track)
|
||||||
{
|
{
|
||||||
videoTrack = track;
|
videoTrack = track;
|
||||||
|
player->output.SwitchVideo(track ? track->stream : NULL);
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user