1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-19 05:15:12 +00:00
mpv/options
Martin Herkt 2b7bc2dfc9 options: rename audio-related options/properties
Renamed options:
--audiofile       → --audio-file
--audiofile-cache → --audio-file-cache
--channels        → --audio-channels
--format          → --audio-format
--srate           → --audio-samplerate

Renamed properties:
samplerate → audio-samplerate
channels   → audio-channels
2014-05-04 02:46:11 +02:00
..
m_config.c client API: make mpv_set_option set options natively 2014-04-22 01:42:57 +02:00
m_config.h client API: make mpv_set_option set options natively 2014-04-22 01:42:57 +02:00
m_option.c command: allow native access to "vf" property 2014-04-24 02:30:00 +02:00
m_option.h
m_property.c
m_property.h
options.c options: rename audio-related options/properties 2014-05-04 02:46:11 +02:00
options.h options: rename input-related options 2014-05-04 02:46:05 +02:00
parse_commandline.c options: rename input-related options 2014-05-04 02:46:05 +02:00
parse_commandline.h
parse_configfile.c
parse_configfile.h
path.c
path.h