early-access version 1680
This commit is contained in:
3
externals/ffmpeg/libavcodec/bsf.c
vendored
3
externals/ffmpeg/libavcodec/bsf.c
vendored
@@ -79,7 +79,10 @@ static const AVClass bsf_class = {
|
||||
.item_name = bsf_to_name,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
.child_next = bsf_child_next,
|
||||
#if FF_API_CHILD_CLASS_NEXT
|
||||
.child_class_next = ff_bsf_child_class_next,
|
||||
#endif
|
||||
.child_class_iterate = ff_bsf_child_class_iterate,
|
||||
.category = AV_CLASS_CATEGORY_BITSTREAM_FILTER,
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user