1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-04 14:11:53 +00:00
mpv/options
wm4 d1aabb6316 m_option: never return NOPTS value as number from properties
MP_NOPTS_VALUE (basically INT64_MIN) is basically an special timestamp
value that means "unset" or "unknown". Its exact value is internal, and
should never be returned or interpreted by any API.

So return "no" instead (what is also what the parser accepts).
2014-12-10 17:15:43 +01:00
..
m_config.c
m_config.h
m_option.c m_option: never return NOPTS value as number from properties 2014-12-10 17:15:43 +01:00
m_option.h
m_property.c
m_property.h
options.c options: enable --ytdl by default 2014-12-09 21:55:27 +01:00
options.h cocoa: allow to black out other display when going fs 2014-12-01 18:05:30 +01:00
parse_commandline.c
parse_commandline.h
parse_configfile.c Do not call strerror() 2014-11-26 21:21:56 +01:00
parse_configfile.h
path.c
path.h