summaryrefslogtreecommitdiffstats
path: root/demux/stheader.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2013-07-11 19:35:09 +0200
committerwm4 <wm4@nowhere>2013-07-11 19:35:09 +0200
commitac080c77fb9835db3c5a8c42e0ea18fdf209ea09 (patch)
treec2f273297ff5d9aa62a250de656bde362206caf6 /demux/stheader.h
parent4cda1d113e0d9d34d7c39cf3d8861c7079f965d8 (diff)
downloadmpv-ac080c77fb9835db3c5a8c42e0ea18fdf209ea09.tar.bz2
mpv-ac080c77fb9835db3c5a8c42e0ea18fdf209ea09.tar.xz
stheader: minor cleanup
Move codec_tags.h include to demux_mkv.c, because this is the only file which still uses it. Move new_sh_stream() to demux.h, because this is more proper.
Diffstat (limited to 'demux/stheader.h')
-rw-r--r--demux/stheader.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/demux/stheader.h b/demux/stheader.h
index 2ca4bd0bae..c1f606090a 100644
--- a/demux/stheader.h
+++ b/demux/stheader.h
@@ -21,8 +21,6 @@
#include <stdbool.h>
-#include "codec_tags.h"
-
#include "audio/chmap.h"
#include "ms_hdr.h"
struct MPOpts;
@@ -150,7 +148,4 @@ typedef struct sh_sub {
struct dec_sub *dec_sub; // decoder context
} sh_sub_t;
-// demuxer.c:
-struct sh_stream *new_sh_stream(struct demuxer *demuxer, enum stream_type type);
-
#endif /* MPLAYER_STHEADER_H */