OSDN Git Service

vf_aspect: unbreak avoption system
authorMichael Niedermayer <michaelni@gmx.at>
Mon, 22 Oct 2012 11:12:15 +0000 (13:12 +0200)
committerMichael Niedermayer <michaelni@gmx.at>
Mon, 22 Oct 2012 11:12:15 +0000 (13:12 +0200)
This fixes ff* -h infinite looping

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
libavfilter/vf_aspect.c

index ca4753d..76abbca 100644 (file)
@@ -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 */