diff options
author | John Stebbins <jstebbins.hb@gmail.com> | 2012-06-09 13:45:49 -0700 |
---|---|---|
committer | Justin Ruggles <justin.ruggles@gmail.com> | 2012-06-18 10:55:00 -0400 |
commit | 3971be0eb5d382b85f1d8772c51f21cccdc68eab (patch) | |
tree | 64e5acdc9baf7c63d0d97af6e94d0ed422099389 /doc | |
parent | 9fcda25e35bc012ee9a434faf0fb00bece85be6d (diff) | |
download | ffmpeg-3971be0eb5d382b85f1d8772c51f21cccdc68eab.tar.gz |
Add Dolby/DPLII downmix support to libavresample
Signed-off-by: Justin Ruggles <justin.ruggles@gmail.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/APIchanges | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/APIchanges b/doc/APIchanges index 50cc787bad..4d14882f48 100644 --- a/doc/APIchanges +++ b/doc/APIchanges @@ -13,6 +13,9 @@ libavutil: 2011-04-18 API changes, most recent first: +2012-xx-xx - xxxxxxx - lavr 0.0.3 + Add a parameter to avresample_build_matrix() for Dolby/DPLII downmixing. + 2012-xx-xx - xxxxxxx - lavfi 2.23.0 - avfilter.h Add AVFilterContext.nb_inputs/outputs. Deprecate AVFilterContext.input/output_count. |