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
lavfi/scale: declare the filter private class
Allow to show the supported options in the ffmpeg -h full output.
tags/n1.1
Stefano Sabatini
12 years ago
parent
1b3dbe3f75
commit
1ba2459fbb
1 changed files
with
1 additions
and
0 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
libavfilter/vf_scale.c
+ 1
- 0
libavfilter/vf_scale.c
View File
@@ -484,4 +484,5 @@ AVFilter avfilter_vf_scale = {
.inputs = avfilter_vf_scale_inputs,
.inputs = avfilter_vf_scale_inputs,
.outputs = avfilter_vf_scale_outputs,
.outputs = avfilter_vf_scale_outputs,
.priv_class = &scale_class,
};
};
Write
Preview
Loading…
Cancel
Save