mirror of
https://github.com/mpv-player/mpv
synced 2024-10-30 04:46:41 +01:00
Fix warning:
af_sinesuppress.c:34: warning: 'play_float' declared 'static' but never defined git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@24191 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
parent
10830393d6
commit
505a5f013b
@ -31,7 +31,7 @@ typedef struct af_sinesuppress_s
|
||||
}af_sinesuppress_t;
|
||||
|
||||
static af_data_t* play_s16(struct af_instance_s* af, af_data_t* data);
|
||||
static af_data_t* play_float(struct af_instance_s* af, af_data_t* data);
|
||||
//static af_data_t* play_float(struct af_instance_s* af, af_data_t* data);
|
||||
|
||||
// Initialization and runtime control
|
||||
static int control(struct af_instance_s* af, int cmd, void* arg)
|
||||
|
Loading…
Reference in New Issue
Block a user