mirror of
https://github.com/mpv-player/mpv
synced 2025-03-08 07:08:12 +00:00
vo: cosmetics: fix a case of bad whitespace
This commit is contained in:
parent
8163b8d390
commit
9ca1a1b068
@ -222,8 +222,7 @@ static void update_opts(void *p)
|
|||||||
vo->driver->control(vo, VOCTRL_SET_PANSCAN, NULL);
|
vo->driver->control(vo, VOCTRL_SET_PANSCAN, NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
if (vo->gl_opts_cache && m_config_cache_update(vo->gl_opts_cache))
|
if (vo->gl_opts_cache && m_config_cache_update(vo->gl_opts_cache)) {
|
||||||
{
|
|
||||||
// "Legacy" update of video GL renderer related options.
|
// "Legacy" update of video GL renderer related options.
|
||||||
if (vo->driver->control)
|
if (vo->driver->control)
|
||||||
vo->driver->control(vo, VOCTRL_UPDATE_RENDER_OPTS, NULL);
|
vo->driver->control(vo, VOCTRL_UPDATE_RENDER_OPTS, NULL);
|
||||||
|
Loading…
Reference in New Issue
Block a user