From ac080c77fb9835db3c5a8c42e0ea18fdf209ea09 Mon Sep 17 00:00:00 2001 From: wm4 Date: Thu, 11 Jul 2013 19:35:09 +0200 Subject: 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. --- demux/stheader.h | 5 ----- 1 file changed, 5 deletions(-) (limited to 'demux/stheader.h') 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 -#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 */ -- cgit v1.2.3