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 a6c5c7a commit a52ccb7Copy full SHA for a52ccb7
src/AvTranscoder/file/InputFile.cpp
@@ -147,7 +147,7 @@ void InputFile::setupUnwrapping(const ProfileLoader::Profile& profile)
147
for(ProfileLoader::Profile::const_iterator it = profile.begin(); it != profile.end(); ++it)
148
{
149
if((*it).first == constants::avProfileIdentificator || (*it).first == constants::avProfileIdentificatorHuman ||
150
- (*it).first == constants::avProfileType)
+ (*it).first == constants::avProfileType || (*it).first == constants::avProfileFormat)
151
continue;
152
153
try
0 commit comments