If I understand correctly, `AV_CHANNEL_LAYOUT_MASK` is a macro to initialize 
`struct AVChannelLayout`. In C language, `[` and `]` are used to initalize 
arrays and `{` and `}` are used to initialize struct type variables.

Reply via email to