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. --- demux/demux.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'demux/demux.h') diff --git a/demux/demux.h b/demux/demux.h index 838314bd4b..3a4b7dd331 100644 --- a/demux/demux.h +++ b/demux/demux.h @@ -244,11 +244,6 @@ typedef struct demuxer { struct stream *stream; } demuxer_t; -typedef struct { - int progid; //program id - int aid, vid, sid; //audio, video and subtitle id -} demux_program_t; - void demux_free(struct demuxer *demuxer); void demux_cancel_and_free(struct demuxer *demuxer); -- cgit v1.2.3