AVFrame.channels

number of audio channels, only used for audio. Code outside libavcodec should access this field using: av_frame_get_channels(frame) - encoding: unused - decoding: Read by user.

struct AVFrame
int channels;

Meta