[FFmpeg-cvslog] avfilter/vf_uspp: Add grayscale support

Michael Niedermayer git at videolan.org
Sat Dec 13 12:00:51 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Sat Dec 13 05:33:19 2014 +0100| [792a5004a14ebcb54791a16b4d9be5354585c7e6] | committer: Michael Niedermayer

avfilter/vf_uspp: Add grayscale support

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

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=792a5004a14ebcb54791a16b4d9be5354585c7e6
---

 libavfilter/vf_uspp.c |    1 +
 1 file changed, 1 insertion(+)

diff --git a/libavfilter/vf_uspp.c b/libavfilter/vf_uspp.c
index 7526fde..c275862 100644
--- a/libavfilter/vf_uspp.c
+++ b/libavfilter/vf_uspp.c
@@ -294,6 +294,7 @@ static int query_formats(AVFilterContext *ctx)
         AV_PIX_FMT_YUV410P,
         AV_PIX_FMT_YUVJ444P,
         AV_PIX_FMT_YUVJ420P,
+        AV_PIX_FMT_GRAY8,
         AV_PIX_FMT_NONE
     };
     ff_set_common_formats(ctx, ff_make_format_list(pix_fmts));



More information about the ffmpeg-cvslog mailing list