summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-03 16:18:54 +0200
committerAndreas Rheinhardt <andreas.rheinhardt@outlook.com>2023-09-07 00:49:25 +0200
commit41f1921f7462b93113bbf0bb9476319d81232f70 (patch)
treebab4b9a3afc2db8dcb5559de9e2062c0953bfbee /libavfilter
parentde73accd391121f71f4490bbf9fc7aa872d917de (diff)
avfilter/af_volume: Also deprecate position enum value
Forgotten in 27f8c9b27bce42a4a6a4c64e03fab769579c8683. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/af_volume.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libavfilter/af_volume.h b/libavfilter/af_volume.h
index c97902969e..c3756ee969 100644
--- a/libavfilter/af_volume.h
+++ b/libavfilter/af_volume.h
@@ -47,7 +47,9 @@ enum VolumeVarName {
VAR_NB_CHANNELS,
VAR_NB_CONSUMED_SAMPLES,
VAR_NB_SAMPLES,
+#if FF_API_FRAME_PKT
VAR_POS,
+#endif
VAR_PTS,
VAR_SAMPLE_RATE,
VAR_STARTPTS,