diff options
author | Lars Kiesow <lkiesow@uos.de> | 2014-01-25 15:02:15 +0100 |
---|---|---|
committer | Lars Kiesow <lkiesow@uos.de> | 2014-01-25 15:02:15 +0100 |
commit | 69b1d1d99bc5384d4ca305aa76e246a06c5b98b5 (patch) | |
tree | 883bd56221bf31c88400aaf66c8795d21abbe41a | |
parent | e395f8de5ac682d8c99673d431ad7c0575bf2a7e (diff) | |
download | ffmpeg-69b1d1d99bc5384d4ca305aa76e246a06c5b98b5.tar.gz |
Documentation for scale filter factor
-rw-r--r-- | libavfilter/vf_scale.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c index 2ea55ef441..945ed121dd 100644 --- a/libavfilter/vf_scale.c +++ b/libavfilter/vf_scale.c @@ -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; |