Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2015-02-17 22:18:19 +0300
committerMichael Niedermayer <michaelni@gmx.at>2015-02-17 22:18:19 +0300
commitd2668ae472690fe102b7c63fbddd716ebca25dd3 (patch)
tree51af2a0dff0e63e0b2e6e4204664e3cd0e45ab0b /libavcodec/dca.h
parent03dab49a1267630375c4fc15dec1136814b1f117 (diff)
parentf8c1719771dc4ac2e13e6bc8bf741854a30e3a86 (diff)
Merge commit 'f8c1719771dc4ac2e13e6bc8bf741854a30e3a86'
* commit 'f8c1719771dc4ac2e13e6bc8bf741854a30e3a86': dca: Remove separate header for DCA ExSS Conflicts: libavcodec/dca.h libavcodec/dca_exss.h Merged-by: Michael Niedermayer <michaelni@gmx.at>
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 */