avcodec_get_channel_layout_string 65 libavcodec/audioconvert.h void avcodec_get_channel_layout_string(char *buf, int buf_size, int nb_channels, int64_t channel_layout); avcodec_get_channel_layout_string 763 libavcodec/utils.c avcodec_get_channel_layout_string(buf + strlen(buf), buf_size - strlen(buf), enc->channels, enc->channel_layout);