1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-11-29 05:57:37 +02:00

avresample: Add avresample_get_out_samples

Utility function to get the upper bound on the number of samples the
resampler would output.
This commit is contained in:
Luca Barbato
2014-04-30 19:56:05 +02:00
parent c94e2e85cb
commit b2d4565422
4 changed files with 42 additions and 8 deletions

View File

@@ -13,6 +13,9 @@ libavutil: 2013-12-xx
API changes, most recent first:
2014-04-xx - xxxxxxx - lavr 1.3.0 - avresample.h
Add avresample_max_output_samples
2014-05-24 - xxxxxxx - lavf 55.19.0 - avformat.h
Add strict_std_compliance and related AVOptions to support experimental
muxing.