mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-01-29 22:00:58 +02:00
avfilter/vf_scale: fix log message category
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
parent
2f717be22a
commit
cab8fc624b
@ -573,6 +573,7 @@ static const AVClass scale_class = {
|
|||||||
.item_name = av_default_item_name,
|
.item_name = av_default_item_name,
|
||||||
.option = scale_options,
|
.option = scale_options,
|
||||||
.version = LIBAVUTIL_VERSION_INT,
|
.version = LIBAVUTIL_VERSION_INT,
|
||||||
|
.category = AV_CLASS_CATEGORY_FILTER,
|
||||||
.child_class_next = child_class_next,
|
.child_class_next = child_class_next,
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user