Browse code

avfilter/vf_scale: fix log message category

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>

Michael Niedermayer authored on 2014/07/28 12:15:16
Showing 1 changed files
... ...
@@ -573,6 +573,7 @@ static const AVClass scale_class = {
573 573
     .item_name        = av_default_item_name,
574 574
     .option           = scale_options,
575 575
     .version          = LIBAVUTIL_VERSION_INT,
576
+    .category         = AV_CLASS_CATEGORY_FILTER,
576 577
     .child_class_next = child_class_next,
577 578
 };
578 579