summaryrefslogtreecommitdiffstats
path: root/core/options.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-21 21:17:25 +0200
committerwm4 <wm4@nowhere>2013-07-21 23:27:31 +0200
commit999dad454f6db2c3d52e9594778bccc03156d299 (patch)
tree41e5a9ed05987b1cf313eba65c8e29903b9cb79a /core/options.h
parentf2e3a498109d75d99ebd539e7c9603529128efd0 (diff)
downloadmpv-999dad454f6db2c3d52e9594778bccc03156d299.tar.bz2
mpv-999dad454f6db2c3d52e9594778bccc03156d299.tar.xz
options: add some features to video filter parser
This is in preparation of making VOs and AOs use the parser which originally was for video filters only. The --vo and --ao options have several very annoying features, which are added here: - They can skip unknown video outputs (might be useful if a config file is supposed to work on several systems, where not all VOs/AOs are available everywhere) - The trailing "," in "-vo a,b," was significant, and meant that if "a" and "b" don't work, try the normal autoprobe order as fallback - There were deprecated VO names (like "gl3" and "gl"), which have to be handled with the option parser - Separating VO/VF names and options is different ("-vf foo=opts" vs. "-vo foo:opts") - vo_opengl.c provides opengl-hq as opengl + preset options
Diffstat (limited to 'core/options.h')
0 files changed, 0 insertions, 0 deletions