You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
Merge commit 'd20c118975220a0256027d1c2410bade94b8534d'
* commit 'd20c118975220a0256027d1c2410bade94b8534d': hwcontext_qsv: add support for p010 Merged-by: Hendrik Leppkes <h.leppkes@gmail.com>
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user