diff options
author | Michael Niedermayer <michaelni@gmx.at> | 2012-10-22 13:12:15 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2012-10-22 13:12:15 +0200 |
commit | 6182e0a6f64023abee31e64177b3c96488455541 (patch) | |
tree | a9b9f264f9eac8254bf83795ecfa2861234422d9 /libavfilter/vf_aspect.c | |
parent | 6752aac6bca7be37013dc7540759d2dfc390dadf (diff) | |
download | ffmpeg-6182e0a6f64023abee31e64177b3c96488455541.tar.gz |
vf_aspect: unbreak avoption system
This fixes ff* -h infinite looping
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_aspect.c')
-rw-r--r-- | libavfilter/vf_aspect.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 */ |