Searched refs:ac_str (Results 1 - 1 of 1) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/
H A Dffmpeg_opt.c2481 char *ac_str; local
2500 ac_str = av_mallocz(ac_str_size);
2501 if (!ac_str)
2503 av_strlcpy(ac_str, "ac", 3);
2505 av_strlcat(ac_str, stream_str, ac_str_size);
2506 ret = parse_option(o, ac_str, layout_str, options);
2507 av_free(ac_str);

Completed in 58 milliseconds