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 93e9140 commit 301d6edCopy full SHA for 301d6ed
src/AvTranscoder/Profiles/Avi.hpp
@@ -11,7 +11,7 @@ void loadAvi( Profile::ProfilesDesc& profiles )
11
avi[ Profile::avProfileIdentificatorHuman ] = "AVI (Audio Video Interleaved)";
12
avi[ Profile::avProfileType ] = Profile::avProfileTypeFormat;
13
14
- avi[ "format" ] = "avi";
+ avi[ Profile::avProfileFormat ] = "avi";
15
16
profiles.push_back( avi );
17
}
0 commit comments