From b7d2e203d8716a64a47f3a1e5f9ef0256e6fb83a Mon Sep 17 00:00:00 2001 From: alex Date: Mon, 4 Oct 2004 19:11:05 +0000 Subject: reimplementation of the pl_extrastereo and pl_volnorm plugins git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@13551 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 5728095ab3..7b1aeeda8e 100644 --- a/libaf/af.c +++ b/libaf/af.c @@ -23,6 +23,8 @@ extern af_info_t af_info_pan; extern af_info_t af_info_surround; 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; static af_info_t* filter_list[]={ &af_info_dummy, @@ -40,6 +42,8 @@ static af_info_t* filter_list[]={ #ifdef HAVE_SYS_MMAN_H &af_info_export, #endif + &af_info_volnorm, + &af_info_extrastereo, NULL }; -- cgit v1.2.3