Those pesky 64-bit simulator builds..
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@12931 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
parent
704b793787
commit
f2df5b5b53
1 changed files with 1 additions and 1 deletions
|
@ -626,7 +626,7 @@ static void audio_thread(void)
|
|||
if ((audio_str.first_pts != 0) && (video_str.first_pts != 0)) {
|
||||
avdelay = ((audio_str.first_pts - video_str.first_pts)*44100)/90000;
|
||||
found_avdelay = 1;
|
||||
DEBUGF("First Audio PTS = %lu, First Video PTS=%lu, A-V=%d samples\n",audio_str.first_pts,video_str.first_pts,avdelay);
|
||||
DEBUGF("First Audio PTS = %u, First Video PTS=%u, A-V=%d samples\n",(unsigned int)audio_str.first_pts,(unsigned int)video_str.first_pts,avdelay);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue