From a75b249b0b116b6ddc5c430f0a9974696361ebf9 Mon Sep 17 00:00:00 2001 From: wm4 Date: Fri, 13 Sep 2019 17:22:17 +0200 Subject: 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. --- DOCS/interface-changes.rst | 1 + 1 file changed, 1 insertion(+) (limited to 'DOCS/interface-changes.rst') 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, -- cgit v1.2.3