mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
avfilter/avfilter: Also deprecate variable name
Otherwise the var_names and the corresponding enum will be off and e.g. the array holding the variable values will be too small. Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
This commit is contained in:
parent
84fb7b9459
commit
9732684ba2
@ -478,7 +478,9 @@ static int ff_request_frame_to_filter(AVFilterLink *link)
|
||||
static const char *const var_names[] = {
|
||||
"t",
|
||||
"n",
|
||||
#if FF_API_FRAME_PKT
|
||||
"pos",
|
||||
#endif
|
||||
"w",
|
||||
"h",
|
||||
NULL
|
||||
|
Loading…
Reference in New Issue
Block a user