You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
libavutil/hwcontext_d3d11va: use the Y216 pixel format
Signed-off-by: James Almer <jamrial@gmail.com>
This commit is contained in:
@@ -102,7 +102,7 @@ static const struct {
|
||||
{ DXGI_FORMAT_Y210, AV_PIX_FMT_Y210 },
|
||||
{ DXGI_FORMAT_Y410, AV_PIX_FMT_XV30 },
|
||||
{ DXGI_FORMAT_P016, AV_PIX_FMT_P012 },
|
||||
{ DXGI_FORMAT_Y216, AV_PIX_FMT_Y212 },
|
||||
{ DXGI_FORMAT_Y216, AV_PIX_FMT_Y216 },
|
||||
{ DXGI_FORMAT_Y416, AV_PIX_FMT_XV36 },
|
||||
// Special opaque formats. The pix_fmt is merely a place holder, as the
|
||||
// opaque format cannot be accessed directly.
|
||||
|
Reference in New Issue
Block a user