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

This commit is contained in:
martii
2014-05-03 12:35:59 +02:00
parent 67f034a6e8
commit f93d4cc794

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;
}