From 10d2a4028c587758c2c04bfd13af0ed09f6519ef Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Fri, 22 Jun 2012 02:30:13 +0000 Subject: swresample: make .class_name more descriptive Signed-off-by: Paul B Mahol --- libswresample/swresample.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libswresample') diff --git a/libswresample/swresample.c b/libswresample/swresample.c index ff09ea4685..55ba7e672a 100644 --- a/libswresample/swresample.c +++ b/libswresample/swresample.c @@ -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, -- cgit v1.2.3