MCPcopy Create free account
hub / github.com/dirkvdb/ffmpegthumbnailer / applyFilters

Method applyFilters

libffmpegthumbnailer/videothumbnailer.cpp:324–329  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

322}
323
324void VideoThumbnailer::applyFilters(VideoFrame& frameData)
325{
326 for (auto filter : m_Filters) {
327 filter->process(frameData);
328 }
329}
330
331int VideoThumbnailer::getBestThumbnailIndex(vector<VideoFrame>& videoFrames, const vector<Histogram<int>>& histograms)
332{

Callers

nothing calls this directly

Calls 1

processMethod · 0.45

Tested by

no test coverage detected