diff --git a/libavcodec/libvpxenc.c b/libavcodec/libvpxenc.c index f99e94cae9..f5506f7e61 100644 --- a/libavcodec/libvpxenc.c +++ b/libavcodec/libvpxenc.c @@ -768,7 +768,7 @@ static av_cold int vp8_init(AVCodecContext *avctx) } static const AVClass class_vp8 = { - .class_name = "libvpx encoder", + .class_name = "libvpx-vp8 encoder", .item_name = av_default_item_name, .option = options, .version = LIBAVUTIL_VERSION_INT, @@ -797,7 +797,7 @@ static av_cold int vp9_init(AVCodecContext *avctx) } static const AVClass class_vp9 = { - .class_name = "libvpx encoder", + .class_name = "libvpx-vp9 encoder", .item_name = av_default_item_name, .option = options, .version = LIBAVUTIL_VERSION_INT,