Commit e122a725 authored by Hendrik Leppkes's avatar Hendrik Leppkes

Merge commit 'd20c1189'

* commit 'd20c1189':
  hwcontext_qsv: add support for p010
Merged-by: 's avatarHendrik Leppkes <h.leppkes@gmail.com>
parents 15352568 d20c1189
...@@ -90,6 +90,7 @@ static const struct { ...@@ -90,6 +90,7 @@ static const struct {
uint32_t fourcc; uint32_t fourcc;
} 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 },
}; };
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