]> git.sesse.net Git - ffmpeg/commitdiff
doc/filters: fix Photoshop curves file extension
authorLou Logan <lou@lrcd.com>
Thu, 10 Sep 2015 22:13:23 +0000 (14:13 -0800)
committerLou Logan <lou@lrcd.com>
Thu, 10 Sep 2015 22:13:23 +0000 (14:13 -0800)
Found-by: moorej
Signed-off-by: Lou Logan <lou@lrcd.com>
doc/filters.texi

index 37e6454fc397d7c68887f9950b9332a93d478dbc..0b5d898394cfd57a2797ca4341a5f0684d080505 100644 (file)
@@ -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