summaryrefslogtreecommitdiff
path: root/libavfilter
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-12-26 23:26:33 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-26 23:47:15 +0100
commita4b13dbd02c74e50ffe06c9d29bd95e77f5e9a01 (patch)
treef42d762dcd9a985b1035e20d347e533b13b93af6 /libavfilter
parenta18456a2032e49385447a1d0d2f146f65fe9a5e1 (diff)
avfilter/vf_fspp: Add GBRP and gray8 support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter')
-rw-r--r--libavfilter/vf_fspp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_fspp.c b/libavfilter/vf_fspp.c
index 61d68ed238..bce8fcce80 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));