diff options
Diffstat (limited to 'demux/stheader.h')
-rw-r--r-- | demux/stheader.h | 5 |
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 */ |