mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 00:29:02 +00:00
af_lavrresample: remove dead undefs
This commit is contained in:
parent
19ab5f7943
commit
f719b8164d
@ -384,9 +384,6 @@ static int control(struct af_instance *af, int cmd, void *arg)
|
||||
return AF_UNKNOWN;
|
||||
}
|
||||
|
||||
#undef ctx_opt_set_int
|
||||
#undef ctx_opt_set_dbl
|
||||
|
||||
static void uninit(struct af_instance *af)
|
||||
{
|
||||
struct af_resample *s = af->priv;
|
||||
|
Loading…
Reference in New Issue
Block a user