summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorGyan Doshi <ffmpeg@gyani.pro>2021-05-14 15:50:30 +0530
committerGyan Doshi <ffmpeg@gyani.pro>2021-05-16 10:24:27 +0530
commitf53414a0382701b9bc984f657939d4227c7c568a (patch)
treeb618455807820f8cf11f25012fd2a2b887eacfb3 /doc
parentbc40cd621440107ee7fbe6ec6cab2397acc3874b (diff)
avfilter/metadata: add intuitive labels for metadata values
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index ed0ffe91fc..1a8843fe4f 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -25296,10 +25296,10 @@ The expression is evaluated through the eval API and can contain the following
constants:
@table @option
-@item VALUE1
+@item VALUE1, FRAMEVAL
Float representation of @code{value} from metadata key.
-@item VALUE2
+@item VALUE2, USERVAL
Float representation of @code{value} as supplied by user in @code{value} option.
@end table