Give less generic names to global library option arrays

This commit is contained in:
Diego Biurrun 2013-08-01 14:35:01 +02:00
parent 0d6fa3977b
commit b5a138652f
9 changed files with 14 additions and 14 deletions

View file

@ -70,7 +70,7 @@ static const AVClass *codec_child_class_next(const AVClass *prev)
static const AVClass av_codec_context_class = {
.class_name = "AVCodecContext",
.item_name = context_to_name,
.option = options,
.option = avcodec_options,
.version = LIBAVUTIL_VERSION_INT,
.log_level_offset_offset = offsetof(AVCodecContext, log_level_offset),
.child_next = codec_child_next,