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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/ffmpeg-0.5.1/libavfilter/
H A Dformats.c137 void avfilter_formats_changeref(AVFilterFormats **oldref, argument
140 int idx = find_ref_index(oldref);
143 (*oldref)->refs[idx] = newref;
144 *newref = *oldref;
145 *oldref = NULL;
H A Davfilter.h232 * | |* *--------->|*oldref| | |* *--------->|*newref| ^
235 * |________| |________| |*oldref|
238 void avfilter_formats_changeref(AVFilterFormats **oldref,

Completed in 76 milliseconds