[FFmpeg-devel] [PATCH] swresample/options: enable linear_interp and exact_rational by default
wm4
nfxjfg at googlemail.com
Fri Mar 17 02:09:21 EET 2017
On Fri, 10 Mar 2017 09:19:38 +0700
Muhammad Faiz <mfcc64 at gmail.com> wrote:
> for higher quality resampling
>
> Signed-off-by: Muhammad Faiz <mfcc64 at gmail.com>
> ---
This patch triggers this assertion:
Assertion !c->frac && !c->dst_incr_mod && !c->compensation_distance failed at libswresample/resample.c:391
when I use avresample_set_compensation(). Setting exact_rational=0
seems to avoid this.
More information about the ffmpeg-devel
mailing list