summaryrefslogtreecommitdiffstats
path: root/wscript_build.py
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2015-01-28 19:38:49 +0100
committerwm4 <wm4@nowhere>2015-01-28 19:40:12 +0100
commit7b3feecbc23e3e0b0d9cf66f02af53d127a0b681 (patch)
treec354aea981d03c7e754d45069556fe0d42c6fff1 /wscript_build.py
parent7f7340ce7627135a5f858ae538fd9a9f140b1ed1 (diff)
downloadmpv-7b3feecbc23e3e0b0d9cf66f02af53d127a0b681.tar.bz2
mpv-7b3feecbc23e3e0b0d9cf66f02af53d127a0b681.tar.xz
player: allow seeking audio between video frames
This allows seeking audio between two video frames that are relatively far away. The implementation of this is a bit subtle. It pretend the audio position is different, and the actual PTS adjustment happens in audio.c with this line: sync_pts -= mpctx->audio_delay - mpctx->delay; Effectively this is the same as setting sync_pts to hrseek_pts after this line, though. (I'm actually not sure if this could be written in a more straightforward way; probably yes.)
Diffstat (limited to 'wscript_build.py')
0 files changed, 0 insertions, 0 deletions