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
1 changed files with 1 additions and 1 deletions

View File

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