summaryrefslogtreecommitdiff
path: root/libavcodec/qsvenc_jpeg.c
diff options
context:
space:
mode:
Diffstat (limited to 'libavcodec/qsvenc_jpeg.c')
-rw-r--r--libavcodec/qsvenc_jpeg.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavcodec/qsvenc_jpeg.c b/libavcodec/qsvenc_jpeg.c
index dc00942d4f..2add12adc9 100644
--- a/libavcodec/qsvenc_jpeg.c
+++ b/libavcodec/qsvenc_jpeg.c
@@ -68,6 +68,7 @@ static const AVOption options[] = {
static const AVClass class = {
.class_name = "mjpeg_qsv encoder",
+ .item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
};