Skip to content

Commit 301d6ed

Browse files
author
Clement Champetier
committed
Avi profile: use const avProfileFormat
1 parent 93e9140 commit 301d6ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/Profiles/Avi.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ void loadAvi( Profile::ProfilesDesc& profiles )
1111
avi[ Profile::avProfileIdentificatorHuman ] = "AVI (Audio Video Interleaved)";
1212
avi[ Profile::avProfileType ] = Profile::avProfileTypeFormat;
1313

14-
avi[ "format" ] = "avi";
14+
avi[ Profile::avProfileFormat ] = "avi";
1515

1616
profiles.push_back( avi );
1717
}

0 commit comments

Comments
 (0)