avfilter/vf_scale: fix log message category

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
Michael Niedermayer 2014-07-28 05:15:16 +02:00
parent 2f717be22a
commit cab8fc624b

View File

@ -573,6 +573,7 @@ static const AVClass scale_class = {
.item_name = av_default_item_name,
.option = scale_options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_FILTER,
.child_class_next = child_class_next,
};