Skip to content

Commit db803e9

Browse files
committed
libffmpegthumbnailer: run through clazy
Signed-off-by: Rosen Penev <rosenp@gmail.com>
1 parent ab97020 commit db803e9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

libffmpegthumbnailer/videothumbnailer.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -318,7 +318,7 @@ void VideoThumbnailer::clearFilters()
318318

319319
void VideoThumbnailer::setLogCallback(std::function<void(ThumbnailerLogLevel, const std::string&)> cb)
320320
{
321-
m_LogCb = cb;
321+
m_LogCb = std::move(cb);
322322
}
323323

324324
void VideoThumbnailer::applyFilters(VideoFrame& frameData)

0 commit comments

Comments
 (0)