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.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/demux/codec_tags.h b/demux/codec_tags.h
index 790dd03ae9..d8c63800b1 100644
--- a/demux/codec_tags.h
+++ b/demux/codec_tags.h
@@ -22,10 +22,8 @@
uint32_t mp_video_fourcc_alias(uint32_t fourcc);
-struct sh_video;
-struct sh_audio;
+struct sh_stream;
-void mp_set_audio_codec_from_tag(struct sh_audio *sh);
-void mp_set_video_codec_from_tag(struct sh_video *sh);
+void mp_set_codec_from_tag(struct sh_stream *sh);
#endif