[FFmpeg-cvslog] avfilter/vf_fspp: Add GBRP and gray8 support

Michael Niedermayer git at videolan.org
Fri Dec 26 23:53:19 CET 2014


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Fri Dec 26 23:26:33 2014 +0100| [a4b13dbd02c74e50ffe06c9d29bd95e77f5e9a01] | committer: Michael Niedermayer

avfilter/vf_fspp: Add GBRP and gray8 support

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

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

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

diff --git a/libavfilter/vf_fspp.c b/libavfilter/vf_fspp.c
index 61d68ed..bce8fcc 100644
--- a/libavfilter/vf_fspp.c
+++ b/libavfilter/vf_fspp.c
@@ -509,6 +509,7 @@ static int query_formats(AVFilterContext *ctx)
         AV_PIX_FMT_YUV410P,  AV_PIX_FMT_YUV440P,
         AV_PIX_FMT_YUVJ444P, AV_PIX_FMT_YUVJ422P,
         AV_PIX_FMT_YUVJ420P, AV_PIX_FMT_YUVJ440P,
+        AV_PIX_FMT_GBRP, 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