summaryrefslogtreecommitdiffstats
path: root/demux/demux.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/demux.h')
-rw-r--r--demux/demux.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/demux/demux.h b/demux/demux.h
index 6b5f43e67d..3d3a3e5bc8 100644
--- a/demux/demux.h
+++ b/demux/demux.h
@@ -304,4 +304,6 @@ void mp_tags_clear(struct mp_tags *tags);
bool demux_matroska_uid_cmp(struct matroska_segment_uid *a,
struct matroska_segment_uid *b);
+const char *stream_type_name(enum stream_type type);
+
#endif /* MPLAYER_DEMUXER_H */