From f7813a5324be39d13ab536c245d15dfc602a7849 Mon Sep 17 00:00:00 2001 From: Tim Redfern Date: Sun, 29 Dec 2013 12:19:38 +0000 Subject: basic type mechanism working --- ffmpeg/libavcodec/dca.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'ffmpeg/libavcodec/dca.h') diff --git a/ffmpeg/libavcodec/dca.h b/ffmpeg/libavcodec/dca.h index 3da93aa..d60b282 100644 --- a/ffmpeg/libavcodec/dca.h +++ b/ffmpeg/libavcodec/dca.h @@ -39,4 +39,10 @@ extern av_export const uint32_t avpriv_dca_sample_rates[16]; +/** + * Convert bitstream to one representation based on sync marker + */ +int ff_dca_convert_bitstream(const uint8_t *src, int src_size, uint8_t *dst, + int max_size); + #endif /* AVCODEC_DCA_H */ -- cgit v1.2.3