ffmpeg | branch: master | Michael Niedermayer <[email protected]> | Mon Jul 28 
05:15:16 2014 +0200| [cab8fc624b401624be938c59b23c23136d5c5cb5] | committer: 
Michael Niedermayer

avfilter/vf_scale: fix log message category

Signed-off-by: Michael Niedermayer <[email protected]>

> 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,
 };
 

_______________________________________________
ffmpeg-cvslog mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to