Home
last modified time | relevance | path

Searched refs:ff_formats_changeref (Results 1 – 3 of 3) sorted by relevance

/third_party/ffmpeg/libavfilter/
Dformats.h297 void ff_formats_changeref(AVFilterFormats **oldref, AVFilterFormats **newref);
Davfilter.c258 ff_formats_changeref(&link->outcfg.formats, in avfilter_insert_filter()
261 ff_formats_changeref(&link->outcfg.samplerates, in avfilter_insert_filter()
Dformats.c672 void ff_formats_changeref(AVFilterFormats **oldref, AVFilterFormats **newref) in ff_formats_changeref() function