File tree Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Expand file tree Collapse file tree 2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -17,6 +17,7 @@ namespace avtranscoder
17
17
const std::string Profile::avProfileIdentificator ( " avProfile" );
18
18
const std::string Profile::avProfileIdentificatorHuman ( " avProfileLong" );
19
19
const std::string Profile::avProfileType ( " avProfileType" );
20
+ const std::string Profile::avProfileTypeFormat ( " avProfileTypeFormat" );
20
21
const std::string Profile::avProfileTypeVideo ( " avProfileTypeVideo" );
21
22
const std::string Profile::avProfileTypeAudio ( " avProfileTypeAudio" );
22
23
const std::string Profile::avProfileCodec ( " codec" );
Original file line number Diff line number Diff line change @@ -16,6 +16,7 @@ class Profile
16
16
static const std::string avProfileIdentificatorHuman;
17
17
static const std::string avProfileType;
18
18
19
+ static const std::string avProfileTypeFormat;
19
20
static const std::string avProfileTypeVideo;
20
21
static const std::string avProfileTypeAudio;
21
22
You can’t perform that action at this time.
0 commit comments