1
0
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:
wm4 2015-05-05 00:25:41 +02:00
parent 19ab5f7943
commit f719b8164d

View File

@ -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;