[FFmpeg-cvslog] vf_aspect: unbreak avoption system

Michael Niedermayer git at videolan.org
Mon Oct 22 13:21:16 CEST 2012


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Oct 22 13:12:15 2012 +0200| [6182e0a6f64023abee31e64177b3c96488455541] | committer: Michael Niedermayer

vf_aspect: unbreak avoption system

This fixes ff* -h infinite looping

Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=6182e0a6f64023abee31e64177b3c96488455541
---

 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 ca4753d..76abbca 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 */



More information about the ffmpeg-cvslog mailing list