summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 81568b96b9..2bcfc241c1 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -56,6 +56,13 @@ enum demux_ctrl {
DEMUXER_CTRL_GET_START_TIME,
DEMUXER_CTRL_RESYNC,
DEMUXER_CTRL_IDENTIFY_PROGRAM,
+ DEMUXER_CTRL_STREAM_CTRL, // stupid workaround for legacy TV code
+};
+
+struct demux_ctrl_stream_ctrl {
+ int ctrl;
+ void *arg;
+ int res;
};
#define SEEK_ABSOLUTE (1 << 0)