mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-26 19:01:44 +02:00
avcodec/flacenc: use designated initializers for AVClass
Signed-off-by: Paul B Mahol <onemda@gmail.com>
This commit is contained in:
parent
db6e337b41
commit
367ffa0c15
@ -1468,10 +1468,10 @@ static const AVOption options[] = {
|
||||
};
|
||||
|
||||
static const AVClass flac_encoder_class = {
|
||||
"FLAC encoder",
|
||||
av_default_item_name,
|
||||
options,
|
||||
LIBAVUTIL_VERSION_INT,
|
||||
.class_name = "FLAC encoder",
|
||||
.item_name = av_default_item_name,
|
||||
.option = options,
|
||||
.version = LIBAVUTIL_VERSION_INT,
|
||||
};
|
||||
|
||||
AVCodec ff_flac_encoder = {
|
||||
|
Loading…
Reference in New Issue
Block a user