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
doc/filters: fix scale example equivalence.
scale=w=200:h=100 and scale=w=200:h=100 are of course equivalent...
tags/n2.0
Clément Bœsch
12 years ago
parent
e3e66568cc
commit
14f45bcbe7
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
doc/filters.texi
+ 1
- 1
doc/filters.texi
View File
@@ -5445,7 +5445,7 @@ scale=w=200:h=100
This is equivalent to:
@example
scale=
w=
200:
h=
100
scale=200:100
@end example
or:
Write
Preview
Loading…
Cancel
Save