Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYogender Gupta <ygupta@nvidia.com>2017-07-18 13:31:02 +0300
committerPhilip Langdale <philipl@overt.org>2017-08-04 01:25:35 +0300
commit2e8679373ab628a19885645ed5e1271be7797600 (patch)
tree1a49c9614f3acd0b5141fa450e4b1ae2eb53a93e /libavfilter/vf_hwupload_cuda.c
parentcae2f1db107dcaab31f29a717ce6f0f9b339088a (diff)
hwupload_cuda : Add 10/16 bit format support
Signed-off-by: Philip Langdale <philipl@overt.org>
Diffstat (limited to 'libavfilter/vf_hwupload_cuda.c')
-rw-r--r--libavfilter/vf_hwupload_cuda.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/vf_hwupload_cuda.c b/libavfilter/vf_hwupload_cuda.c
index ef98233d12..063f0285c3 100644
--- a/libavfilter/vf_hwupload_cuda.c
+++ b/libavfilter/vf_hwupload_cuda.c
@@ -58,6 +58,7 @@ static int cudaupload_query_formats(AVFilterContext *ctx)
static const enum AVPixelFormat input_pix_fmts[] = {
AV_PIX_FMT_NV12, AV_PIX_FMT_YUV420P, AV_PIX_FMT_YUV444P,
+ AV_PIX_FMT_P010, AV_PIX_FMT_P016, AV_PIX_FMT_YUV444P16,
AV_PIX_FMT_NONE,
};
static const enum AVPixelFormat output_pix_fmts[] = {