Searched refs:MERGE_REF (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | formats.c | 36 #define MERGE_REF(ret, a, fmts, type, fail_statement) \ macro 93 MERGE_REF(a, b, fmts, type, return AVERROR(ENOMEM);); \ 198 MERGE_REF(b, a, channel_layouts, AVFilterChannelLayouts, return AVERROR(ENOMEM);); in ff_merge_channel_layouts() 250 MERGE_REF(b, a, channel_layouts, AVFilterChannelLayouts, in ff_merge_channel_layouts()
|