1
0
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:
Paul B Mahol 2012-06-22 02:30:13 +00:00
parent 68c845cdba
commit 10d2a4028c

View File

@ -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,