Browse Source

avfilter/vf_scale: fix log message category

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.4
Michael Niedermayer 11 years ago
parent
commit
cab8fc624b
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavfilter/vf_scale.c

+ 1
- 0
libavfilter/vf_scale.c 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,
};



Loading…
Cancel
Save