Searched refs:ac_str (Results 1 – 1 of 1) sorted by relevance
3159 char *ac_str; in opt_channel_layout() local3178 ac_str = av_mallocz(ac_str_size); in opt_channel_layout()3179 if (!ac_str) in opt_channel_layout()3181 av_strlcpy(ac_str, "ac", 3); in opt_channel_layout()3183 av_strlcat(ac_str, stream_str, ac_str_size); in opt_channel_layout()3184 ret = parse_option(o, ac_str, layout_str, options); in opt_channel_layout()3185 av_free(ac_str); in opt_channel_layout()