You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-11-29 05:57:37 +02:00
Revert "all: Don't set AVClass.item_name to its default value"
Some callers assume that item_name is always set, so this may be
considered an API break.
This reverts commit 0c6203c97a.
This commit is contained in:
@@ -1084,6 +1084,7 @@ static const AVOption options[] = {
|
||||
|
||||
static const AVClass seg_class = {
|
||||
.class_name = "(stream) segment muxer",
|
||||
.item_name = av_default_item_name,
|
||||
.option = options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user