Browse Source

Merge commit 'b115a35ea62b8f479b48d99a601f0e157517301e'

* commit 'b115a35ea62b8f479b48d99a601f0e157517301e':
  hwcontext_qsv: add support for the P8 format

Merged-by: Mark Thompson <sw@jkqxz.net>
tags/n3.3
Mark Thompson 8 years ago
parent
commit
59b1942aae
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      libavutil/hwcontext_qsv.c

+ 1
- 0
libavutil/hwcontext_qsv.c View File

@@ -91,6 +91,7 @@ static const struct {
} supported_pixel_formats[] = {
{ AV_PIX_FMT_NV12, MFX_FOURCC_NV12 },
{ AV_PIX_FMT_P010, MFX_FOURCC_P010 },
{ AV_PIX_FMT_PAL8, MFX_FOURCC_P8 },
};

static int qsv_device_init(AVHWDeviceContext *ctx)


Loading…
Cancel
Save