mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-07-08 16:01:42 +12:00
Audio sync fix
Libmixer: SSPlayer draft Detection fixed Macros for function substitute registration
This commit is contained in:
parent
7c79631609
commit
d2ca1cc25a
5 changed files with 338 additions and 130 deletions
|
@ -267,7 +267,7 @@ u32 adecOpen(AudioDecoder* data)
|
|||
if (adec.just_started)
|
||||
{
|
||||
adec.first_pts = task.au.pts;
|
||||
adec.last_pts = task.au.pts /*- 3816*8*/; // hack
|
||||
adec.last_pts = task.au.pts - 0x10000; // hack
|
||||
}
|
||||
|
||||
struct AVPacketHolder : AVPacket
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue