diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2025-07-04 18:51:59 +0200 |
---|---|---|
committer | Timo Rothenpieler <timo@rothenpieler.org> | 2025-07-11 17:49:58 +0200 |
commit | 3ce348063c9433e33a5cb1ac79ac1efa37c21621 (patch) | |
tree | 5e84dce2378daabe15bc9ea249a3a8a28a4618f3 /libavutil/hwcontext_cuda.c | |
parent | 8304a1abc79a00b846be534bdc4056a11ded8e8e (diff) | |
download | ffmpeg-3ce348063c9433e33a5cb1ac79ac1efa37c21621.tar.gz |
avcodec/nvdec: switch to proper pixfmts on next major bump
Diffstat (limited to 'libavutil/hwcontext_cuda.c')
-rw-r--r-- | libavutil/hwcontext_cuda.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libavutil/hwcontext_cuda.c b/libavutil/hwcontext_cuda.c index ce2ded597f..10d3399537 100644 --- a/libavutil/hwcontext_cuda.c +++ b/libavutil/hwcontext_cuda.c @@ -50,6 +50,8 @@ static const enum AVPixelFormat supported_formats[] = { AV_PIX_FMT_P016, AV_PIX_FMT_P210, AV_PIX_FMT_P216, + AV_PIX_FMT_YUV444P10MSB, + AV_PIX_FMT_YUV444P12MSB, AV_PIX_FMT_YUV444P16, AV_PIX_FMT_0RGB32, AV_PIX_FMT_0BGR32, |