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 37e28e3 commit 6edc602Copy full SHA for 6edc602
src/AvTranscoder/ProfileLoader.hpp
@@ -13,8 +13,8 @@ namespace avtranscoder
13
14
namespace constants
15
{
16
- const std::string avProfileIdentificator = "avProfile";
17
- const std::string avProfileIdentificatorHuman = "avProfileLong";
+ const std::string avProfileIdentificator = "avProfileName";
+ const std::string avProfileIdentificatorHuman = "avProfileLongName";
18
const std::string avProfileType = "avProfileType";
19
const std::string avProfileTypeFormat = "avProfileTypeFormat";
20
const std::string avProfileTypeVideo = "avProfileTypeVideo";
0 commit comments