[FFmpeg-devel] [PATCH] swresample: make .class_name more descriptive
Paul B Mahol
onemda at gmail.com
Fri Jun 22 04:32:09 CEST 2012
Signed-off-by: Paul B Mahol <onemda at gmail.com>
---
libswresample/swresample.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/libswresample/swresample.c b/libswresample/swresample.c
index ff09ea4..55ba7e6 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,
--
1.7.7
More information about the ffmpeg-devel
mailing list