Home
last modified time | relevance | path

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

/third_party/ffmpeg/doc/examples/
H A Dresampling_audio.c83 AVChannelLayout src_ch_layout = AV_CHANNEL_LAYOUT_STEREO, dst_ch_layout = AV_CHANNEL_LAYOUT_SURROUND; in main() local
128 av_opt_set_chlayout(swr_ctx, "out_chlayout", &dst_ch_layout, 0); in main()
155 dst_nb_channels = dst_ch_layout.nb_channels; in main()
198 av_channel_layout_describe(&dst_ch_layout, buf, sizeof(buf)); in main()

Completed in 1 milliseconds