ffmpeg | branch: master | Michael Niedermayer <michae...@gmx.at> | Thu Dec 18 
17:46:35 2014 +0100| [19ecd675c591a912ceff5ffa6f0b4980f4eff376] | committer: 
Michael Niedermayer

avfilter/vf_spp: add gbrp support

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

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

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

diff --git a/libavfilter/vf_spp.c b/libavfilter/vf_spp.c
index 4cfdc48..68957b1 100644
--- a/libavfilter/vf_spp.c
+++ b/libavfilter/vf_spp.c
@@ -322,6 +322,7 @@ static int query_formats(AVFilterContext *ctx)
         AV_PIX_FMT_YUV444P10,  AV_PIX_FMT_YUV422P10,
         AV_PIX_FMT_YUV420P10,
         AV_PIX_FMT_GRAY8,
+        AV_PIX_FMT_GBRP,
         AV_PIX_FMT_NONE
     };
     ff_set_common_formats(ctx, ff_make_format_list(pix_fmts));

_______________________________________________
ffmpeg-cvslog mailing list
ffmpeg-cvslog@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-cvslog

Reply via email to