mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-16 03:50:05 +01:00
avfilter/framesync: make framesync_class un-static
And rename to ff_framesync_class. More convenient for downstream users.
This commit is contained in:
@@ -316,6 +316,7 @@ int ff_framesync_dualinput_get(FFFrameSync *fs, AVFrame **f0, AVFrame **f1);
|
||||
int ff_framesync_dualinput_get_writable(FFFrameSync *fs, AVFrame **f0, AVFrame **f1);
|
||||
|
||||
const AVClass *ff_framesync_child_class_iterate(void **iter);
|
||||
extern const AVClass ff_framesync_class;
|
||||
|
||||
#define FRAMESYNC_DEFINE_PURE_CLASS(name, desc, func_prefix, options) \
|
||||
static const AVClass name##_class = { \
|
||||
|
||||
Reference in New Issue
Block a user