summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h8
1 files changed, 1 insertions, 7 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 17090fc8e9..3c36631f0d 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -21,18 +21,12 @@
#include <stdbool.h>
+#include "mpvcore/mp_common.h"
#include "audio/chmap.h"
#include "ms_hdr.h"
struct MPOpts;
struct demuxer;
-enum stream_type {
- STREAM_VIDEO,
- STREAM_AUDIO,
- STREAM_SUB,
- STREAM_TYPE_COUNT,
-};
-
// Stream headers:
struct sh_stream {