Commit fd9bafc8 authored by Andreas Rheinhardt's avatar Andreas Rheinhardt

avfilter/f_select: Also deprecate "pos" variable name

Forgotten in 27f8c9b2.
Signed-off-by: 's avatarAndreas Rheinhardt <andreas.rheinhardt@outlook.com>
parent 41f1921f
......@@ -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",
......
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