mpv/player
wm4 b0959488d1 video: don't run new frame processing on every iteration
This ran adjust_sync() on every playloop iteration, instead of every
newly decoded frame. It seems this was idempotent in the common case,
but the code was originally designed to be run once only, so restore
that.
2014-08-13 22:01:10 +02:00
..
lua
timeline
audio.c
client.c
client.h
command.c
command.h
configfiles.c
core.h video: fix and simplify video format changes and last frame display 2014-08-12 23:24:08 +02:00
discnav.c
loadfile.c video: fix and simplify video format changes and last frame display 2014-08-12 23:24:08 +02:00
lua.c
main.c
main_fn.c
misc.c video: move display and timing to a separate thread 2014-08-12 23:24:08 +02:00
osd.c
playloop.c player: don't quit with --loop-file 2014-08-13 21:50:01 +02:00
screenshot.c video: move display and timing to a separate thread 2014-08-12 23:24:08 +02:00
screenshot.h
scripting.c
sub.c
video.c video: don't run new frame processing on every iteration 2014-08-13 22:01:10 +02:00