[FFmpeg-cvslog] lavfi/gradfun: support gbrp

Paul B Mahol git at videolan.org
Thu Aug 22 13:02:33 CEST 2013


ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Thu Aug 22 10:47:25 2013 +0000| [139a98be8e2cc9fd94cdd8d121694324cf1ff455] | committer: Paul B Mahol

lavfi/gradfun: support gbrp

Signed-off-by: Paul B Mahol <onemda at gmail.com>

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

 libavfilter/version.h    |    2 +-
 libavfilter/vf_gradfun.c |    1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/libavfilter/version.h b/libavfilter/version.h
index 190ea2f..4d501b0 100644
--- a/libavfilter/version.h
+++ b/libavfilter/version.h
@@ -31,7 +31,7 @@
 
 #define LIBAVFILTER_VERSION_MAJOR  3
 #define LIBAVFILTER_VERSION_MINOR  82
-#define LIBAVFILTER_VERSION_MICRO 100
+#define LIBAVFILTER_VERSION_MICRO 101
 
 #define LIBAVFILTER_VERSION_INT AV_VERSION_INT(LIBAVFILTER_VERSION_MAJOR, \
                                                LIBAVFILTER_VERSION_MINOR, \
diff --git a/libavfilter/vf_gradfun.c b/libavfilter/vf_gradfun.c
index b2e7007..c3661e1 100644
--- a/libavfilter/vf_gradfun.c
+++ b/libavfilter/vf_gradfun.c
@@ -152,6 +152,7 @@ static int query_formats(AVFilterContext *ctx)
         AV_PIX_FMT_GRAY8,              AV_PIX_FMT_YUV444P,
         AV_PIX_FMT_YUV422P,            AV_PIX_FMT_YUV411P,
         AV_PIX_FMT_YUV440P,
+        AV_PIX_FMT_GBRP,
         AV_PIX_FMT_NONE
     };
 



More information about the ffmpeg-cvslog mailing list