Skip to content

Commit

Permalink
Next failure
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristianFeldmann committed Oct 14, 2024
1 parent c8c94ec commit 367d2ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion YUViewLib/src/parser/AVFormat/ParserAVFormat.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -580,7 +580,8 @@ bool ParserAVFormat::runParsingOfFile(const std::filesystem::path &compressedFil
{
// Open the file but don't parse it yet.
FileSourceFFmpegFile ffmpegFile;
if (!ffmpegFile.openFile(QString::fromStdString(compressedFilePath), nullptr, nullptr, false))
if (!ffmpegFile.openFile(
QString::fromStdString(compressedFilePath.string()), nullptr, nullptr, false))
{
emit backgroundParsingDone("Error opening the ffmpeg file.");
return false;
Expand Down

0 comments on commit 367d2ad

Please sign in to comment.