summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorPaul B Mahol <onemda@gmail.com>2022-03-07 16:57:30 +0100
committerPaul B Mahol <onemda@gmail.com>2022-03-07 17:00:12 +0100
commit13a153d801011c4ec82b90af1351e10dcf1754e1 (patch)
treed6f5b51ed7135ca2cfbd27e20a1c00d14cf41b96 /doc
parent328247076c7e77dea53ab59341ff1d85a1ad43cf (diff)
avfilter/f_sendcmd: export width and height too
Diffstat (limited to 'doc')
-rw-r--r--doc/filters.texi6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi
index 8427b88d3d..26c5b4db48 100644
--- a/doc/filters.texi
+++ b/doc/filters.texi
@@ -27041,6 +27041,12 @@ The end time in seconds of the current command interval.
@item TI
The interpolated time of the current command interval, TI = (T - TS) / (TE - TS).
+
+@item W
+The video frame width.
+
+@item H
+The video frame height.
@end table
@end table