diff --git a/Source/Core/FileInformation.cpp b/Source/Core/FileInformation.cpp index 66cff73a3..36d86e9ef 100644 --- a/Source/Core/FileInformation.cpp +++ b/Source/Core/FileInformation.cpp @@ -951,7 +951,8 @@ FileInformation::FileInformation (SignalServer* signalServer, const QString &Fil ++AudioPos; } - Stats.push_back(Stat); + if (Stat) + Stats.push_back(Stat); } streamsStats = new StreamsStats(orderedStreams, FormatContext);