Browse Source

Documentation for scale filter factor

tags/n2.2-rc1
Lars Kiesow 11 years ago
parent
commit
69b1d1d99b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_scale.c

+ 1
- 0
libavfilter/vf_scale.c View File

@@ -81,6 +81,7 @@ typedef struct {
* New dimensions. Special values are:
* 0 = original width/height
* -1 = keep original aspect
* -N = try to keep aspect but make sure it is divisible by N
*/
int w, h;
char *size_str;


Loading…
Cancel
Save