summaryrefslogtreecommitdiff
path: root/libavfilter/vf_vpp_qsv.c
diff options
context:
space:
mode:
authorZhong Li <zhong.li@intel.com>2019-05-31 08:44:48 +0800
committerZhong Li <zhong.li@intel.com>2019-06-10 13:48:41 +0800
commite62f625163f8cde794ebe02bc228735b4e65c772 (patch)
treed59c658b8c211abc3a42b995cd4a2c6db833789d /libavfilter/vf_vpp_qsv.c
parentef56c28b2596eea233860d8c90f054e76da44758 (diff)
lavf/qsvvpp: add P010 output format support
Signed-off-by: Zhong Li <zhong.li@intel.com>
Diffstat (limited to 'libavfilter/vf_vpp_qsv.c')
-rw-r--r--libavfilter/vf_vpp_qsv.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_vpp_qsv.c b/libavfilter/vf_vpp_qsv.c
index 41a9f38962..dd05e8baff 100644
--- a/libavfilter/vf_vpp_qsv.c
+++ b/libavfilter/vf_vpp_qsv.c
@@ -367,6 +367,7 @@ static int query_formats(AVFilterContext *ctx)
};
static const enum AVPixelFormat out_pix_fmts[] = {
AV_PIX_FMT_NV12,
+ AV_PIX_FMT_P010,
AV_PIX_FMT_QSV,
AV_PIX_FMT_NONE
};