summaryrefslogtreecommitdiffstats
path: root/libavfilter/vf_spp.c
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-12-18 17:46:35 +0100
committerMichael Niedermayer <michaelni@gmx.at>2014-12-18 17:46:35 +0100
commit19ecd675c591a912ceff5ffa6f0b4980f4eff376 (patch)
tree2217feba6fd3c741f8d891ebd4b1bb4d34a112e5 /libavfilter/vf_spp.c
parent4a06215c1aabad58151601ec4803518bcb3f6e5e (diff)
downloadffmpeg-streaming-19ecd675c591a912ceff5ffa6f0b4980f4eff376.zip
ffmpeg-streaming-19ecd675c591a912ceff5ffa6f0b4980f4eff376.tar.gz
avfilter/vf_spp: add gbrp support
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/vf_spp.c')
-rw-r--r--libavfilter/vf_spp.c1
1 files changed, 1 insertions, 0 deletions
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));
OpenPOWER on IntegriCloud