ffmpeg/libswresample
Marton Balint 741aca7936 libswresample: introduce int swr_set_compensation() instead of void swr_compensate()
The new version returns AVERROR(EINVAL) is the specified paramters are invalid,
and also creates the resampler if none was used so far.

Signed-off-by: Marton Balint <cus@passwd.hu>
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
2012-01-09 04:16:06 +01:00
..
Makefile Merge remote-tracking branch 'qatar/master' 2011-12-13 23:21:37 +01:00
audioconvert.c indeo4, swresample: add some missing static/const to tables. 2012-01-08 19:11:58 +01:00
audioconvert.h swr: make audio convert code explicitely private. 2011-11-17 10:16:07 +01:00
libswresample.v libswresample.v: add swresample* for cmdutils.c 2011-12-22 04:47:52 +01:00
rematrix.c swr: use "swri_" prefix instead of "swr_" for the private API. 2011-11-17 10:16:07 +01:00
rematrix_template.c rematrix: add type for coefficients 2011-10-26 00:46:46 +02:00
resample.c libswresample: introduce int swr_set_compensation() instead of void swr_compensate() 2012-01-09 04:16:06 +01:00
swresample.c swr: fix swresample_version() 2011-12-23 23:26:02 +01:00
swresample.h libswresample: introduce int swr_set_compensation() instead of void swr_compensate() 2012-01-09 04:16:06 +01:00
swresample_internal.h swr: doxument matrix fields. 2011-11-17 20:29:55 +01:00
swresample_test.c swr-test: drop one const, silence most const qualifer warnings. 2011-12-03 00:46:46 +01:00