diff options
author | softworkz <softworkz@hotmail.com> | 2025-04-19 16:30:04 +0200 |
---|---|---|
committer | softworkz <softworkz@hotmail.com> | 2025-04-21 00:19:11 +0200 |
commit | bf1579c904a20e49f3d827e340dedb6f669617ce (patch) | |
tree | 153f6545a2a9e3218eb5062c3e3ad8ea96a80449 /libavutil/hwcontext.c | |
parent | 3cf21217b5063d9758582d1cab325e3c91c848f2 (diff) | |
download | ffmpeg-bf1579c904a20e49f3d827e340dedb6f669617ce.tar.gz |
avutil/log,hwcontext: Add AV_CLASS_CATEGORY_HWDEVICE
Signed-off-by: softworkz <softworkz@hotmail.com>
Diffstat (limited to 'libavutil/hwcontext.c')
-rw-r--r-- | libavutil/hwcontext.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavutil/hwcontext.c b/libavutil/hwcontext.c index f06d49c45c..276dc9cee6 100644 --- a/libavutil/hwcontext.c +++ b/libavutil/hwcontext.c @@ -140,6 +140,7 @@ enum AVHWDeviceType av_hwdevice_iterate_types(enum AVHWDeviceType prev) static const AVClass hwdevice_ctx_class = { .class_name = "AVHWDeviceContext", .item_name = av_default_item_name, + .category = AV_CLASS_CATEGORY_HWDEVICE, .version = LIBAVUTIL_VERSION_INT, }; |