This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
vf_aspect: unbreak avoption system
This fixes ff* -h infinite looping Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n1.1
Michael Niedermayer
13 years ago
parent
6752aac6bc
commit
6182e0a6f6
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
libavfilter/vf_aspect.c
+ 1
- 1
libavfilter/vf_aspect.c
View File
@@ -211,7 +211,7 @@ AVFilter avfilter_vf_setsar = {
.inputs = avfilter_vf_setsar_inputs,
.outputs = avfilter_vf_setsar_outputs,
.priv_class = &set
d
ar_class,
.priv_class = &set
s
ar_class,
};
#endif /* CONFIG_SETSAR_FILTER */
Write
Preview
Loading…
Cancel
Save