Skip to content

Commit 6edc602

Browse files
author
Clement Champetier
committed
Profile: update value of constants avProfileIdentificator
1 parent 37e28e3 commit 6edc602

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AvTranscoder/ProfileLoader.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ namespace avtranscoder
1313

1414
namespace constants
1515
{
16-
const std::string avProfileIdentificator = "avProfile";
17-
const std::string avProfileIdentificatorHuman = "avProfileLong";
16+
const std::string avProfileIdentificator = "avProfileName";
17+
const std::string avProfileIdentificatorHuman = "avProfileLongName";
1818
const std::string avProfileType = "avProfileType";
1919
const std::string avProfileTypeFormat = "avProfileTypeFormat";
2020
const std::string avProfileTypeVideo = "avProfileTypeVideo";

0 commit comments

Comments
 (0)