We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 347d6ec commit cdc7c4bCopy full SHA for cdc7c4b
src/AvTranscoder/properties/FileProperties.cpp
@@ -30,6 +30,9 @@ FileProperties::FileProperties(const FormatContext& formatContext)
30
31
void FileProperties::extractStreamProperties(IProgress& progress, const EAnalyseLevel level)
32
{
33
+ // Returns at the beginning of the stream before any analysis
34
+ const_cast<FormatContext*>(_formatContext)->seek(0, AVSEEK_FLAG_BYTE);
35
+
36
// clear properties
37
clearStreamProperties();
38
0 commit comments