1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 13:21:13 +00:00

vo: cosmetics: fix a case of bad whitespace

This commit is contained in:
wm4 2018-03-13 10:49:00 +01:00 committed by Kevin Mitchell
parent 8163b8d390
commit 9ca1a1b068

View File

@ -222,8 +222,7 @@ static void update_opts(void *p)
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.
if (vo->driver->control)
vo->driver->control(vo, VOCTRL_UPDATE_RENDER_OPTS, NULL);