From f8c1719771dc4ac2e13e6bc8bf741854a30e3a86 Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Mon, 16 Feb 2015 10:43:07 +0100 Subject: dca: Remove separate header for DCA ExSS There is no point in having a separate header for a single declaration. --- libavcodec/dca.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libavcodec/dca.h') diff --git a/libavcodec/dca.h b/libavcodec/dca.h index e2f57772bc..e3ec5ca1f2 100644 --- a/libavcodec/dca.h +++ b/libavcodec/dca.h @@ -194,4 +194,6 @@ extern av_export const uint32_t avpriv_dca_sample_rates[16]; int ff_dca_convert_bitstream(const uint8_t *src, int src_size, uint8_t *dst, int max_size); +void ff_dca_exss_parse_header(DCAContext *s); + #endif /* AVCODEC_DCA_H */ -- cgit v1.2.3