Commit 41f1921f authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avfilter/af_volume: Also deprecate position enum value

Forgotten in 27f8c9b2.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent de73accd
......@@ -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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment