summaryrefslogtreecommitdiffstats
path: root/demux/codec_tags.h
diff options
context:
space:
mode:
Diffstat (limited to 'demux/codec_tags.h')
-rw-r--r--demux/codec_tags.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/demux/codec_tags.h b/demux/codec_tags.h
index b65b68792a..93f046da0d 100644
--- a/demux/codec_tags.h
+++ b/demux/codec_tags.h
@@ -30,4 +30,6 @@ void mp_set_codec_from_tag(struct sh_stream *sh);
void mp_set_pcm_codec(struct sh_stream *sh, bool sign, bool is_float, int bits,
bool is_be);
+const char *mp_map_mimetype_to_video_codec(const char *mimetype);
+
#endif