pub unsafe extern "C" fn av_channel_layout_uninit(
channel_layout: *mut AVChannelLayout,
)
Expand description
Free any allocated data in the channel layout and reset the channel count to 0.
@param channel_layout the layout structure to be uninitialized