hwcontext_qsv: add support for p010

pull/241/head
Anton Khirnov 9 years ago
parent 40f74dc87a
commit d20c118975
  1. 1
      libavutil/hwcontext_qsv.c

@ -90,6 +90,7 @@ static const struct {
uint32_t fourcc;
} supported_pixel_formats[] = {
{ AV_PIX_FMT_NV12, MFX_FOURCC_NV12 },
{ AV_PIX_FMT_P010, MFX_FOURCC_P010 },
};
static int qsv_device_init(AVHWDeviceContext *ctx)

Loading…
Cancel
Save