diff options
author | Lou Logan <lou@lrcd.com> | 2015-09-10 14:13:23 -0800 |
---|---|---|
committer | Lou Logan <lou@lrcd.com> | 2015-09-10 14:13:23 -0800 |
commit | 98ecee2d3d5edd0c0cdd290a793155a608f5fb4d (patch) | |
tree | 57e2c2efc8b813e2c3bf5a43f5470b93664e207b /doc | |
parent | a1fa5392e63e1f5658e5365ce02a29a74f95fdbb (diff) | |
download | ffmpeg-98ecee2d3d5edd0c0cdd290a793155a608f5fb4d.tar.gz |
doc/filters: fix Photoshop curves file extension
Found-by: moorej
Signed-off-by: Lou Logan <lou@lrcd.com>
Diffstat (limited to 'doc')
-rw-r--r-- | doc/filters.texi | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 37e6454fc3..0b5d898394 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -3953,7 +3953,7 @@ Can be used in addition to the other key points component options. In this case, the unset component(s) will fallback on this @option{all} setting. @item psfile -Specify a Photoshop curves file (@code{.asv}) to import the settings from. +Specify a Photoshop curves file (@code{.acv}) to import the settings from. @end table To avoid some filtergraph syntax conflicts, each key points list need to be @@ -3998,7 +3998,7 @@ curves=vintage @item Use a Photoshop preset and redefine the points of the green component: @example -curves=psfile='MyCurvesPresets/purple.asv':green='0.45/0.53' +curves=psfile='MyCurvesPresets/purple.acv':green='0.45/0.53' @end example @end itemize |