mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
libmp3lame: add missing layout terminator
Signed-off-by: Anton Khirnov <anton@khirnov.net>
This commit is contained in:
parent
5db5169e46
commit
bcbb30e2a0
@ -305,7 +305,8 @@ AVCodec ff_libmp3lame_encoder = {
|
||||
AV_SAMPLE_FMT_NONE },
|
||||
.supported_samplerates = libmp3lame_sample_rates,
|
||||
.channel_layouts = (const uint64_t[]) { AV_CH_LAYOUT_MONO,
|
||||
AV_CH_LAYOUT_STEREO },
|
||||
AV_CH_LAYOUT_STEREO,
|
||||
0 },
|
||||
.long_name = NULL_IF_CONFIG_SMALL("libmp3lame MP3 (MPEG audio layer 3)"),
|
||||
.priv_class = &libmp3lame_class,
|
||||
.defaults = libmp3lame_defaults,
|
||||
|
Loading…
Reference in New Issue
Block a user