diff options
author | PoorvaGaikar <pbgaikar_b21@el.vjti.ac.in> | 2024-03-09 00:27:25 +0530 |
---|---|---|
committer | Marton Balint <cus@passwd.hu> | 2024-05-08 21:33:32 +0200 |
commit | 8b6e66d0f0107ff8121e56a7f9efea2b5f2a9dde (patch) | |
tree | 8dc0fa325d21d190428922021fca4320c237d5e9 /doc/filters.texi | |
parent | 9e674b31606c805dd31b4bb754364a72a5877238 (diff) | |
download | ffmpeg-8b6e66d0f0107ff8121e56a7f9efea2b5f2a9dde.tar.gz |
avfilter/f_select.c: add support for iw and ih variables
Fixes ticket #10509.
Signed-off-by: Marton Balint <cus@passwd.hu>
Diffstat (limited to 'doc/filters.texi')
-rw-r--r-- | doc/filters.texi | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/doc/filters.texi b/doc/filters.texi index 595dc5044f..8230661261 100644 --- a/doc/filters.texi +++ b/doc/filters.texi @@ -30882,6 +30882,12 @@ missing. That basically means that an input frame is selected if its pts is within the interval set by the concat demuxer. +@item iw @emph{(video only)} +Represents the width of the input video frame. + +@item ih @emph{(video only)} +Represents the height of the input video frame. + @end table The default value of the select expression is "1". |