comparison libaf/af.c @ 13721:0c2e5c9476df

sine sweep generator
author michael
date Thu, 21 Oct 2004 12:10:55 +0000
parents 28bb0f15ac91
children be8f4abbe960
comparison
equal deleted inserted replaced
13720:821f464b4d90 13721:0c2e5c9476df
24 extern af_info_t af_info_sub; 24 extern af_info_t af_info_sub;
25 extern af_info_t af_info_export; 25 extern af_info_t af_info_export;
26 extern af_info_t af_info_volnorm; 26 extern af_info_t af_info_volnorm;
27 extern af_info_t af_info_extrastereo; 27 extern af_info_t af_info_extrastereo;
28 extern af_info_t af_info_lavcresample; 28 extern af_info_t af_info_lavcresample;
29 extern af_info_t af_info_sweep;
29 30
30 static af_info_t* filter_list[]={ 31 static af_info_t* filter_list[]={
31 &af_info_dummy, 32 &af_info_dummy,
32 &af_info_delay, 33 &af_info_delay,
33 &af_info_channels, 34 &af_info_channels,
46 &af_info_volnorm, 47 &af_info_volnorm,
47 &af_info_extrastereo, 48 &af_info_extrastereo,
48 #ifdef USE_LIBAVCODEC 49 #ifdef USE_LIBAVCODEC
49 &af_info_lavcresample, 50 &af_info_lavcresample,
50 #endif 51 #endif
52 &af_info_sweep,
51 NULL 53 NULL
52 }; 54 };
53 55
54 // Message printing 56 // Message printing
55 af_msg_cfg_t af_msg_cfg={0,NULL,NULL}; 57 af_msg_cfg_t af_msg_cfg={0,NULL,NULL};