libeplayer3/input: fix SwitchVideo (unused, but anyway)

This commit is contained in:
martii
2014-05-03 12:35:59 +02:00
parent 263f211cbe
commit 96ae9b1d40

View File

@@ -572,6 +572,7 @@ bool Input::SwitchTeletext(Track *track)
bool Input::SwitchVideo(Track *track)
{
videoTrack = track;
player->output.SwitchVideo(track ? track->stream : NULL);
return true;
}