summaryrefslogtreecommitdiffstats
path: root/demux
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-11-23 22:08:42 +0100
committerwm4 <wm4@nowhere>2013-11-23 22:08:42 +0100
commitf99aff1b31a7b23e7761a6da4fc4550d698e06fe (patch)
treeb039e3ef1ef379860d934c1eed0a7a94ef70d444 /demux
parent36744a30fbeaf5ea8eed1944650acb12cde9ff48 (diff)
downloadmpv-f99aff1b31a7b23e7761a6da4fc4550d698e06fe.tar.bz2
mpv-f99aff1b31a7b23e7761a6da4fc4550d698e06fe.tar.xz
Reduce stheader.h includes, move stream types to mp_common.h
Diffstat (limited to 'demux')
-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 {