avidec: add .category

While here make .class_name consistent with other AVClass.

Signed-off-by: Paul B Mahol <onemda@gmail.com>
pull/59/head
Paul B Mahol 13 years ago
parent 5fa8226420
commit 6b9446e932
  1. 3
      libavformat/avidec.c

@ -84,10 +84,11 @@ static const AVOption options[] = {
};
static const AVClass demuxer_class = {
.class_name = "AVI demuxer",
.class_name = "avi",
.item_name = av_default_item_name,
.option = options,
.version = LIBAVUTIL_VERSION_INT,
.category = AV_CLASS_CATEGORY_DEMUXER,
};

Loading…
Cancel
Save