From 6182e0a6f64023abee31e64177b3c96488455541 Mon Sep 17 00:00:00 2001 From: Michael Niedermayer Date: Mon, 22 Oct 2012 13:12:15 +0200 Subject: [PATCH] vf_aspect: unbreak avoption system This fixes ff* -h infinite looping Signed-off-by: Michael Niedermayer --- libavfilter/vf_aspect.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 */ -- 2.11.0