libeplayer3-sh4: select audio at start

Origin commit data
------------------
Branch: master
Commit: 8a7efa7d70
Author: DboxOldie <DboxOdlie@users.noreply.github.com>
Date: 2020-02-14 (Fri, 14 Feb 2020)


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

------------------
This commit was generated by Migit
This commit is contained in:
DboxOldie
2020-02-14 08:22:45 +01:00
committed by vanhofen
parent d48ee536e7
commit 2d6581b362
2 changed files with 2 additions and 2 deletions

View File

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