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

Origin commit data
------------------
Branch: master
Commit: f93d4cc794
Author: martii <m4rtii@gmx.de>
Date: 2014-05-03 (Sat, 03 May 2014)


------------------
No further description and justification available within origin commit message!

------------------
This commit was generated by Migit
This commit is contained in:
martii
2014-05-03 12:35:59 +02:00
parent fc45f255de
commit ee07d0dc47

View File

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