Skip to content

Commit 798100e

Browse files
author
Clement Champetier
committed
Profile: add avProfileTypeFormat
1 parent 3fbef61 commit 798100e

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/AvTranscoder/Profile.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ namespace avtranscoder
1717
const std::string Profile::avProfileIdentificator( "avProfile" );
1818
const std::string Profile::avProfileIdentificatorHuman( "avProfileLong" );
1919
const std::string Profile::avProfileType( "avProfileType" );
20+
const std::string Profile::avProfileTypeFormat( "avProfileTypeFormat" );
2021
const std::string Profile::avProfileTypeVideo( "avProfileTypeVideo" );
2122
const std::string Profile::avProfileTypeAudio( "avProfileTypeAudio" );
2223
const std::string Profile::avProfileCodec( "codec" );

src/AvTranscoder/Profile.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ class Profile
1616
static const std::string avProfileIdentificatorHuman;
1717
static const std::string avProfileType;
1818

19+
static const std::string avProfileTypeFormat;
1920
static const std::string avProfileTypeVideo;
2021
static const std::string avProfileTypeAudio;
2122

0 commit comments

Comments
 (0)