summaryrefslogtreecommitdiff
path: root/libavcodec/dca.h
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/dca.h')
-rw-r--r--libavcodec/dca.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavcodec/dca.h b/libavcodec/dca.h
index b752bc3fdb..6078b2e846 100644
--- a/libavcodec/dca.h
+++ b/libavcodec/dca.h
@@ -213,4 +213,6 @@ int avpriv_dca_convert_bitstream(const uint8_t *src, int src_size, uint8_t *dst,
int ff_dca_xbr_parse_frame(DCAContext *s);
int ff_dca_xxch_decode_frame(DCAContext *s);
+void ff_dca_exss_parse_header(DCAContext *s);
+
#endif /* AVCODEC_DCA_H */