mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-04-14 00:58:38 +02: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 = {
|
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,
|
||||||
|
Loading…
x
Reference in New Issue
Block a user