Commit e47e2369 authored by Michael Niedermayer's avatar Michael Niedermayer

libmp3lame: add missing layout terminator

Signed-off-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parent 7cb86633
......@@ -304,7 +304,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,
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment