X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fdca.h;h=70dade5cd008826a490b1b46e7f04632fc371591;hb=c6a596f62685e6a446b6e8703d6409b367675134;hp=d60b28207a564f397635821b7ffd90fe7ad5c0a7;hpb=4c8bc6fdee95af4cd7a8409dec34756350078b5e;p=ffmpeg diff --git a/libavcodec/dca.h b/libavcodec/dca.h index d60b28207a5..70dade5cd00 100644 --- a/libavcodec/dca.h +++ b/libavcodec/dca.h @@ -42,7 +42,7 @@ 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 avpriv_dca_convert_bitstream(const uint8_t *src, int src_size, uint8_t *dst, int max_size); #endif /* AVCODEC_DCA_H */