[FFmpeg-devel] [PATCH] libopus: support disabling phase inversion.
Carl Eugen Hoyos
ceffmpeg at gmail.com
Tue Jan 23 00:03:31 EET 2018
2018-01-22 16:16 GMT+01:00 <mrdegier at gmail.com>:
> +#ifdef OPUS_SET_PHASE_INVERSION_DISABLED_REQUEST
> + { "disable_phase_inversion", "Disable phase inversion", OFFSET(disable_phase_inversion),
> AV_OPT_TYPE_INT, { .i64 = 0 }, 0, 1, FLAGS },
One possibility is an option "phase_inversion" that is boolean
and defaults to true.
Carl Eugen
More information about the ffmpeg-devel
mailing list