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 cc7a3a1 commit 93e9140Copy full SHA for 93e9140
src/AvTranscoder/Profiles/Mkv.hpp
@@ -11,7 +11,7 @@ void loadMkv( Profile::ProfilesDesc& profiles )
11
mkv[ Profile::avProfileIdentificatorHuman ] = "Matroska";
12
mkv[ Profile::avProfileType ] = Profile::avProfileTypeFormat;
13
14
- mkv[ "format" ] = "mastroka";
+ mkv[ Profile::avProfileFormat ] = "matroska";
15
16
profiles.push_back( mkv );
17
}
0 commit comments