diff options
Diffstat (limited to 'ffmpeg/libavcodec/dca.h')
| -rw-r--r-- | ffmpeg/libavcodec/dca.h | 6 |
1 files changed, 6 insertions, 0 deletions
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 */ |
