Paul B Mahol <git <at> videolan.org> writes: > +static const uint64_t channel_layouts[] = { > + AV_CH_LAYOUT_MONO, > + AV_CH_LAYOUT_STEREO, > + 0, > +}; > + .channel_layouts = (const uint64_t[]) { AV_CH_LAYOUT_MONO, > + AV_CH_LAYOUT_STEREO, Something went wrong here I guess. Carl Eugen