aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-03 16:20:48 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-07 00:49:25 +0200
commitfd9bafc85ea396f7b65178311c560aa669c00ed2 (patch)
tree6b9f2bea56cb510955f09af972a749b1cc0fa036
parent41f1921f7462b93113bbf0bb9476319d81232f70 (diff)
downloadffmpeg-fd9bafc85ea396f7b65178311c560aa669c00ed2.tar.gz
avfilter/f_select: Also deprecate "pos" variable name
Forgotten in 27f8c9b27bce42a4a6a4c64e03fab769579c8683. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
-rw-r--r--libavfilter/f_select.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/f_select.c b/libavfilter/f_select.c
index c9e216f51c..47e36f0014 100644
--- a/libavfilter/f_select.c
+++ b/libavfilter/f_select.c
@@ -82,7 +82,9 @@ static const char *const var_names[] = {
"prev_selected_n", ///< number of the last selected frame
"key", ///< tell if the frame is a key frame
+#if FF_API_FRAME_PKT
"pos", ///< original position in the file of the frame
+#endif
"scene",