Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLars Kiesow <lkiesow@uos.de>2014-01-25 18:02:15 +0400
committerLars Kiesow <lkiesow@uos.de>2014-01-25 18:02:15 +0400
commit69b1d1d99bc5384d4ca305aa76e246a06c5b98b5 (patch)
tree883bd56221bf31c88400aaf66c8795d21abbe41a /libavfilter/vf_scale.c
parente395f8de5ac682d8c99673d431ad7c0575bf2a7e (diff)
Documentation for scale filter factor
Diffstat (limited to 'libavfilter/vf_scale.c')
-rw-r--r--libavfilter/vf_scale.c1
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;