Merge commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e'
* commit 'b5a138652ff8a5b987d3e1191e67fd9f6575527e': Give less generic names to global library option arrays Conflicts: libavcodec/options_table.h libavfilter/avfilter.c libavformat/options_table.h libswscale/options.c Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
@@ -86,7 +86,7 @@ static AVClassCategory get_category(void *ptr)
|
||||
static const AVClass av_format_context_class = {
|
||||
.class_name = "AVFormatContext",
|
||||
.item_name = format_to_name,
|
||||
.option = options,
|
||||
.option = avformat_options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
.child_next = format_child_next,
|
||||
.child_class_next = format_child_class_next,
|
||||
|
Reference in New Issue
Block a user