From 7981c2e20b4fff03657d78dc7b63a8f5064ee9bc Mon Sep 17 00:00:00 2001 From: michael Date: Thu, 21 Oct 2004 03:32:31 +0000 Subject: libavcodec resampling ... libaf doesnt seem to support planar audio, so we need to convert it :( git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13714 b3059339-0415-0410-9bf9-f77b7e298cf2 --- libaf/af.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'libaf/af.c') diff --git a/libaf/af.c b/libaf/af.c index c0dcd7d78a..9189ce0b37 100644 --- a/libaf/af.c +++ b/libaf/af.c @@ -25,6 +25,7 @@ extern af_info_t af_info_sub; extern af_info_t af_info_export; extern af_info_t af_info_volnorm; extern af_info_t af_info_extrastereo; +extern af_info_t af_info_lavcresample; static af_info_t* filter_list[]={ &af_info_dummy, @@ -44,6 +45,9 @@ static af_info_t* filter_list[]={ #endif &af_info_volnorm, &af_info_extrastereo, +#ifdef USE_LIBAVCODEC + &af_info_lavcresample, +#endif NULL }; -- cgit v1.2.3