summaryrefslogtreecommitdiff
path: root/libavutil/pixdesc.c
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2015-02-07 12:14:45 +0100
committerAnton Khirnov <anton@khirnov.net>2015-02-19 15:07:21 +0100
commit5b1d9ceec715846a58fe029bc3889ed6fa62436a (patch)
tree56d75771ad67337574694f94b3b0b176ced5ffec /libavutil/pixdesc.c
parent0f532fd3f9b9ca974cea0feb8ddcaf4a7f3b23c5 (diff)
pixfmt: add a pixel format for QSV hwaccel
Diffstat (limited to 'libavutil/pixdesc.c')
-rw-r--r--libavutil/pixdesc.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/libavutil/pixdesc.c b/libavutil/pixdesc.c
index a9ccfbe8e6..bd72c048f3 100644
--- a/libavutil/pixdesc.c
+++ b/libavutil/pixdesc.c
@@ -1560,6 +1560,10 @@ const AVPixFmtDescriptor av_pix_fmt_descriptors[AV_PIX_FMT_NB] = {
.name = "vda",
.flags = AV_PIX_FMT_FLAG_HWACCEL,
},
+ [AV_PIX_FMT_QSV] = {
+ .name = "qsv",
+ .flags = AV_PIX_FMT_FLAG_HWACCEL,
+ },
};
static const char *color_range_names[AVCOL_RANGE_NB] = {