Skip to content

ffmpegextractor: Use av_find_default_stream_index to find video stream

It prevents loading metadata from embedded thumbnails when there is a video stream.

With a mkv with images thumbnails embedded in dolphin information panel:

Before:

before

After:

after

Also concerned are width and height.

Edited by Méven Car

Merge request reports