lavfi: make AVFilterPad opaque after two major bumps.

It will allow adding new fields to it without ABI breaks.
This commit is contained in:
Anton Khirnov
2012-06-12 20:12:42 +02:00
parent 84b9fbe055
commit 9d0bfc5052
39 changed files with 179 additions and 6 deletions

View File

@ -25,6 +25,7 @@
#include "libavutil/pixdesc.h"
#include "avfilter.h"
#include "internal.h"
#include "video.h"
typedef struct {