summaryrefslogtreecommitdiffstats
path: root/DOCS/interface-changes.rst
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2019-09-13 17:22:17 +0200
committerwm4 <wm4@nowhere>2019-09-13 17:33:58 +0200
commita75b249b0b116b6ddc5c430f0a9974696361ebf9 (patch)
treeb294862c47eb50afef03f1638724103f1dc2f799 /DOCS/interface-changes.rst
parentddcbe66768a8a29f6e6538939c57046e9efe48fc (diff)
downloadmpv-a75b249b0b116b6ddc5c430f0a9974696361ebf9.tar.bz2
mpv-a75b249b0b116b6ddc5c430f0a9974696361ebf9.tar.xz
command, demux: remove program property
The "program" property could switch between TS programs. It was rather complex and rather obscure (even if you deal with TS captures, you usually don't need it). If anyone actually needs it (did anyone ever attempt to even use it?), it should be rewritten. The demuxer should export a program list, and the frontend should handle the "cycling" logic.
Diffstat (limited to 'DOCS/interface-changes.rst')
-rw-r--r--DOCS/interface-changes.rst1
1 files changed, 1 insertions, 0 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index c849a8f499..8ed88c1204 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -84,6 +84,7 @@ Interface changes
properties. dvd:// does not support title ranges anymore.
- Remove all "tv-..." options and properties, along with the classic Linux
analog TV support.
+ - remove "program" property (no replacement)
--- mpv 0.29.0 ---
- drop --opensles-sample-rate, as --audio-samplerate should be used if desired
- drop deprecated --videotoolbox-format, --ff-aid, --ff-vid, --ff-sid,