swresample: make .class_name more descriptive

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/59/head
Paul B Mahol 13 years ago
parent 68c845cdba
commit 10d2a4028c
  1. 2
      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,

Loading…
Cancel
Save