summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h5
1 files changed, 0 insertions, 5 deletions
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);