https://bugs.kde.org/show_bug.cgi?id=401645

--- Comment #4 from caulier.gil...@gmail.com ---
I think that problem is simple in fact :

https://cgit.kde.org/digikam.git/tree/core/libs/metadataengine/dmetadata/dmetadata_video.cpp#n384

>From this method we ask to ffmpeg to return the codec used in video file.
Fffmpeg cannot found the relevant codec as we can see from the CLI debug trace.
So the string pointer returned by ffmpeg must be null and we pass it to QString
parser, which do not like it.

I think it miss a check of pointer validity...

Gilles Caulier

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to