mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-01-24 07:31:22 +01:00
lavfi: make AVFilterPad opaque after two major bumps.
It will allow adding new fields to it without ABI breaks.
This commit is contained in:
parent
84b9fbe055
commit
9d0bfc5052
39 changed files with 179 additions and 6 deletions
|
|
@ -27,6 +27,7 @@
|
|||
#include "libavutil/parseutils.h"
|
||||
#include "avfilter.h"
|
||||
#include "formats.h"
|
||||
#include "internal.h"
|
||||
|
||||
static const char *const var_names[] = {
|
||||
"E",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue