Skip to content

Commit 93e9140

Browse files
author
Clement Champetier
committed
Mkv profile: fix format name
1 parent cc7a3a1 commit 93e9140

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/Profiles/Mkv.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ void loadMkv( Profile::ProfilesDesc& profiles )
1111
mkv[ Profile::avProfileIdentificatorHuman ] = "Matroska";
1212
mkv[ Profile::avProfileType ] = Profile::avProfileTypeFormat;
1313

14-
mkv[ "format" ] = "mastroka";
14+
mkv[ Profile::avProfileFormat ] = "matroska";
1515

1616
profiles.push_back( mkv );
1717
}

0 commit comments

Comments
 (0)