From 486658e5c75a036e1b9eea953021c46d7ecc6b85 Mon Sep 17 00:00:00 2001 From: wm4 Date: Sat, 15 Feb 2014 16:48:56 +0100 Subject: demux: expose stream_type_name() function --- demux/demux.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'demux/demux.h') 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 */ -- cgit v1.2.3