Commit cab8fc62 authored by Michael Niedermayer's avatar Michael Niedermayer

avfilter/vf_scale: fix log message category

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 2f717be2
...@@ -573,6 +573,7 @@ static const AVClass scale_class = { ...@@ -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,
}; };
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment