[FFmpeg-devel] [PATCH] cuviddec: Properly check capability for chroma format

2019-10-03 Thread Holy Wu
Chroma format was not checked properly as it's always set to cudaVideoChromaFormat_420 regardless of the input pixel format. 0001-cuviddec-Properly-check-capability-for-chroma-format.patch Description: Binary data ___ ffmpeg-devel mailing list ffmpeg-de

[FFmpeg-devel] [PATCH] avcodec/cuviddec: Properly check capability for chroma format

2019-10-04 Thread Holy Wu
From: Holy Wu --- libavcodec/cuviddec.c | 23 ++- 1 file changed, 14 insertions(+), 9 deletions(-) diff --git a/libavcodec/cuviddec.c b/libavcodec/cuviddec.c index acee78cf2c..c14e381bb5 100644 --- a/libavcodec/cuviddec.c +++ b/libavcodec/cuviddec.c @@ -722,6 +722,7