mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-03 02:58:02 +00:00
swresample: make .class_name more descriptive
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
68c845cdba
commit
10d2a4028c
@ -97,7 +97,7 @@ static const char* context_to_name(void* ptr) {
|
||||
}
|
||||
|
||||
static const AVClass av_class = {
|
||||
.class_name = "SwrContext",
|
||||
.class_name = "SWResampler",
|
||||
.item_name = context_to_name,
|
||||
.option = options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
|
Loading…
Reference in New Issue
Block a user