Commit 3806d6f
committed
command: don't update UPDATE_VIDEO options while changing file
When the current playlist entry changes, or when quitting, and
file-local options values are reset, the VO re-renders the current file
with the new option values before rendering the next file, if any,
causing flicker.
The previous commit fixed it for zoom/pan-related options. Fixing it for
options with UPDATE_VIDEO, e.g. brightness/gamma/saturation/contrast, is
much easier since we just have to ignore UPDATE_VIDEO when playback is
quitting. The only reason that flag was added is for doing something
no-osd add gamma 1 while paused (531868f), so even if we ignore it
while quitting playback, the VO will update automatically on the next
file.1 parent a1b4ab3 commit 3806d6f
1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
8072 | 8072 | | |
8073 | 8073 | | |
8074 | 8074 | | |
8075 | | - | |
| 8075 | + | |
8076 | 8076 | | |
8077 | 8077 | | |
8078 | 8078 | | |
| |||
0 commit comments