From: Michael Niedermayer Date: Mon, 22 Oct 2012 11:12:15 +0000 (+0200) Subject: vf_aspect: unbreak avoption system X-Git-Tag: android-x86-4.4-r1~8636 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=6182e0a6f64023abee31e64177b3c96488455541;p=android-x86%2Fexternal-ffmpeg.git vf_aspect: unbreak avoption system This fixes ff* -h infinite looping Signed-off-by: Michael Niedermayer --- diff --git a/libavfilter/vf_aspect.c b/libavfilter/vf_aspect.c index ca4753d832..76abbca7b5 100644 --- a/libavfilter/vf_aspect.c +++ b/libavfilter/vf_aspect.c @@ -211,7 +211,7 @@ AVFilter avfilter_vf_setsar = { .inputs = avfilter_vf_setsar_inputs, .outputs = avfilter_vf_setsar_outputs, - .priv_class = &setdar_class, + .priv_class = &setsar_class, }; #endif /* CONFIG_SETSAR_FILTER */