diff options
author | Diego Biurrun <diego@biurrun.de> | 2015-02-16 10:43:07 +0100 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2015-02-16 10:44:56 +0100 |
commit | f8c1719771dc4ac2e13e6bc8bf741854a30e3a86 (patch) | |
tree | fe5482f8119324c6c4b978bb743bad4f14b0cfed /libavcodec/dca.h | |
parent | 81ef46020fa654720e3beb4f5551ba634fae262a (diff) | |
download | ffmpeg-f8c1719771dc4ac2e13e6bc8bf741854a30e3a86.tar.gz |
dca: Remove separate header for DCA ExSS
There is no point in having a separate header for a single declaration.
Diffstat (limited to 'libavcodec/dca.h')
-rw-r--r-- | libavcodec/dca.h | 2 |
1 files changed, 2 insertions, 0 deletions
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 */ |