[FFmpeg-cvslog] avfilter/vf_yadif: add gbr(a)p support

Michael Niedermayer git at videolan.org
Thu Sep 5 14:12:17 CEST 2013


ffmpeg | branch: master | Michael Niedermayer <michaelni at gmx.at> | Thu Sep  5 14:06:17 2013 +0200| [a67dcd74abd2812ab2cc0dcbf54079b2d38e84d6] | committer: Michael Niedermayer

avfilter/vf_yadif: add gbr(a)p support

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

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

 libavfilter/vf_yadif.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/libavfilter/vf_yadif.c b/libavfilter/vf_yadif.c
index 7116553..8f851e7 100644
--- a/libavfilter/vf_yadif.c
+++ b/libavfilter/vf_yadif.c
@@ -447,6 +447,8 @@ static int query_formats(AVFilterContext *ctx)
         AV_PIX_FMT_YUVA420P,
         AV_PIX_FMT_YUVA422P,
         AV_PIX_FMT_YUVA444P,
+        AV_PIX_FMT_GBRP,
+        AV_PIX_FMT_GBRAP,
         AV_PIX_FMT_NONE
     };
 



More information about the ffmpeg-cvslog mailing list