[FFmpeg-cvslog] blend: Adding yuvj pixelformats to the blend effect

Björn S git at videolan.org
Mon Mar 25 13:21:16 CET 2013


ffmpeg | branch: master | Björn S <green at unitybox.de> | Sun Mar 24 13:41:19 2013 +0100| [f248b8a9023ad48b2f193dd9dc008abaee2cb678] | committer: Michael Niedermayer

blend: Adding yuvj pixelformats to the blend effect

Reviewed-by: Paul B Mahol <onemda at gmail.com>
Signed-off-by: Michael Niedermayer <michaelni at gmx.at>

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

 libavfilter/vf_blend.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavfilter/vf_blend.c b/libavfilter/vf_blend.c
index c9e7e7d..429956d 100644
--- a/libavfilter/vf_blend.c
+++ b/libavfilter/vf_blend.c
@@ -286,7 +286,7 @@ static int query_formats(AVFilterContext *ctx)
 {
     static const enum AVPixelFormat pix_fmts[] = {
         AV_PIX_FMT_YUVA444P, AV_PIX_FMT_YUVA422P, AV_PIX_FMT_YUVA420P,
-        AV_PIX_FMT_YUV444P, AV_PIX_FMT_YUV422P, AV_PIX_FMT_YUV420P,
+        AV_PIX_FMT_YUV444P, AV_PIX_FMT_YUV422P, AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUVJ420P, AV_PIX_FMT_YUVJ422P,AV_PIX_FMT_YUVJ444P,
         AV_PIX_FMT_GBRP, AV_PIX_FMT_GRAY8, AV_PIX_FMT_NONE
     };
 



More information about the ffmpeg-cvslog mailing list