Commit 59b1942a authored by Mark Thompson's avatar Mark Thompson

Merge commit 'b115a35e'

* commit 'b115a35e':
  hwcontext_qsv: add support for the P8 format
Merged-by: 's avatarMark Thompson <sw@jkqxz.net>
parents e976e68f b115a35e
...@@ -91,6 +91,7 @@ static const struct { ...@@ -91,6 +91,7 @@ static const struct {
} supported_pixel_formats[] = { } supported_pixel_formats[] = {
{ AV_PIX_FMT_NV12, MFX_FOURCC_NV12 }, { AV_PIX_FMT_NV12, MFX_FOURCC_NV12 },
{ AV_PIX_FMT_P010, MFX_FOURCC_P010 }, { AV_PIX_FMT_P010, MFX_FOURCC_P010 },
{ AV_PIX_FMT_PAL8, MFX_FOURCC_P8 },
}; };
static int qsv_device_init(AVHWDeviceContext *ctx) static int qsv_device_init(AVHWDeviceContext *ctx)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment