forked from FFmpeg/FFmpeg
avfilter/af_volume: Also deprecate position enum value
Forgotten in 27f8c9b27b
.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
de73accd39
commit
41f1921f74
1 changed files with 2 additions and 0 deletions
|
@ -47,7 +47,9 @@ enum VolumeVarName {
|
||||||
VAR_NB_CHANNELS,
|
VAR_NB_CHANNELS,
|
||||||
VAR_NB_CONSUMED_SAMPLES,
|
VAR_NB_CONSUMED_SAMPLES,
|
||||||
VAR_NB_SAMPLES,
|
VAR_NB_SAMPLES,
|
||||||
|
#if FF_API_FRAME_PKT
|
||||||
VAR_POS,
|
VAR_POS,
|
||||||
|
#endif
|
||||||
VAR_PTS,
|
VAR_PTS,
|
||||||
VAR_SAMPLE_RATE,
|
VAR_SAMPLE_RATE,
|
||||||
VAR_STARTPTS,
|
VAR_STARTPTS,
|
||||||
|
|
Loading…
Add table
Reference in a new issue