mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-23 18:10:56 +01:00
avfilter/f_select: Also deprecate "pos" variable name
Forgotten in 27f8c9b27b.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
41f1921f74
commit
fd9bafc85e
1 changed files with 2 additions and 0 deletions
|
|
@ -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",
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue