On Wed, 26 Feb 2014, Andrew Kelley wrote:
Module: libav
Branch: master
Commit: 738f83582a3aaabb81309eacd4ab9c3d2acb4071
Author: Andrew Kelley <[email protected]>
Committer: Anton Khirnov <[email protected]>
Date: Wed Feb 26 01:47:40 2014 -0500
lavfi: add compand audio filter
Signed-off-by: Anton Khirnov <[email protected]>
---
Changelog | 4 +
doc/filters.texi | 73 ++++++
libavfilter/Makefile | 1 +
libavfilter/af_compand.c | 587 ++++++++++++++++++++++++++++++++++++++++++++++
libavfilter/allfilters.c | 1 +
libavfilter/version.h | 4 +-
6 files changed, 668 insertions(+), 2 deletions(-)
This broke building in a number of configurations, due to using strtok_r.
Either add strtok_r as a dependency for the filter (as we do for the
frei0r filter), rework the code to not use strtok_r, or add a utility
function to libavutil that does something similar in a portable fashion.
// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel