mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-08 06:09:50 +00:00
Give less generic names to global library option arrays
This commit is contained in:
parent
0d6fa3977b
commit
b5a138652f
9 changed files with 14 additions and 14 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue