Commit 10d2a402 authored by Paul B Mahol's avatar Paul B Mahol

swresample: make .class_name more descriptive

Signed-off-by: 's avatarPaul B Mahol <onemda@gmail.com>
parent 68c845cd
...@@ -97,7 +97,7 @@ static const char* context_to_name(void* ptr) { ...@@ -97,7 +97,7 @@ static const char* context_to_name(void* ptr) {
} }
static const AVClass av_class = { static const AVClass av_class = {
.class_name = "SwrContext", .class_name = "SWResampler",
.item_name = context_to_name, .item_name = context_to_name,
.option = options, .option = options,
.version = LIBAVUTIL_VERSION_INT, .version = LIBAVUTIL_VERSION_INT,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment