[FFmpeg-cvslog] swresample: make .class_name more descriptive
Paul B Mahol
git at videolan.org
Fri Jun 22 16:02:02 CEST 2012
ffmpeg | branch: master | Paul B Mahol <onemda at gmail.com> | Fri Jun 22 02:30:13 2012 +0000| [10d2a4028c587758c2c04bfd13af0ed09f6519ef] | committer: Paul B Mahol
swresample: make .class_name more descriptive
Signed-off-by: Paul B Mahol <onemda at gmail.com>
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=10d2a4028c587758c2c04bfd13af0ed09f6519ef
---
libswresample/swresample.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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,
More information about the ffmpeg-cvslog
mailing list