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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/minidlna/ffmpeg-2.3.4/libavfilter/
H A Dbuffersink.h140 int all_channel_counts; ///< if not 0, accept any channel count or layout member in struct:__anon3344
H A Dbuffersink.c55 int all_channel_counts; member in struct:BufferSinkContext
431 (ret = av_opt_set_int(buf, "all_channel_counts", params->all_channel_counts, 0)) < 0)
460 buf->all_channel_counts) {
471 if (buf->all_channel_counts) {
474 "Conflicting all_channel_counts and list in options\n");
507 { "all_channel_counts", "accept all channel counts", OFFSET(all_channel_counts), AV_OPT_TYPE_INT, {.i64 = 0}, 0, 1, FLAGS },

Completed in 35 milliseconds