[FFmpeg-cvslog] avfilter/vf_scale: fix log message category
Michael Niedermayer
git at videolan.org
Mon Jul 28 05:22:54 CEST 2014
ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Mon Jul 28 05:15:16 2014 +0200| [cab8fc624b401624be938c59b23c23136d5c5cb5] | committer: Michael Niedermayer
avfilter/vf_scale: fix log message category
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=cab8fc624b401624be938c59b23c23136d5c5cb5
---
libavfilter/vf_scale.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/libavfilter/vf_scale.c b/libavfilter/vf_scale.c
index c4605c7..506254f 100644
--- a/libavfilter/vf_scale.c
+++ b/libavfilter/vf_scale.c
@@ -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,
};
More information about the ffmpeg-cvslog
mailing list