Searched refs:audio_ch_layouts (Results 1 - 2 of 2) sorted by relevance
/third_party/ffmpeg/fftools/ |
H A D | ffmpeg.h | 99 SpecifierOpt *audio_ch_layouts; member
|
H A D | ffmpeg_opt.c | 1218 av_dict_set(&o->g->format_opts, "ch_layout", o->audio_ch_layouts[o->nb_audio_ch_layouts - 1].u.str, 0); in open_input_file() 2064 MATCH_PER_STREAM_OPT(audio_ch_layouts, str, layout, oc, st); in new_audio_stream() 3963 OPT_STRING | OPT_INPUT | OPT_OUTPUT, { .off = OFFSET(audio_ch_layouts) }, 3966 OPT_STRING | OPT_INPUT | OPT_OUTPUT, { .off = OFFSET(audio_ch_layouts) },
|
Completed in 8 milliseconds