Searched refs:unref_fn (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavfilter/ |
D | formats.c | 314 #define ADD_FORMAT(f, fmt, unref_fn, type, list, nb) \ argument 325 unref_fn(f); \ 446 #define FORMATS_REF(f, ref, unref_fn) \ argument 454 unref_fn(&f); \ 538 #define SET_COMMON_FORMATS(ctx, fmts, ref_fn, unref_fn) \ argument 564 unref_fn(&fmts); \
|