mirror of
https://github.com/tuxbox-neutrino/libstb-hal.git
synced 2025-08-26 23:13:16 +02:00
libeplayer3-sh4: select audio at start
This commit is contained in:
@@ -768,7 +768,7 @@ bool Input::SwitchAudio(Track *track)
|
||||
{
|
||||
audioTrack = track;
|
||||
player->output.SwitchAudio(track ? track : NULL);
|
||||
// player->Seek(-5000, false);
|
||||
player->Seek((int64_t)(-8 * AV_TIME_BASE), false);
|
||||
return true;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user