Skip to content

Commit a02decf

Browse files
author
Clement Champetier
committed
Profile: add avProfileFormat
1 parent bdaaab2 commit a02decf

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

src/AvTranscoder/Profile.cpp

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,13 @@ namespace avtranscoder
1616

1717
const std::string Profile::avProfileIdentificator( "avProfile" );
1818
const std::string Profile::avProfileIdentificatorHuman( "avProfileLong" );
19+
1920
const std::string Profile::avProfileType( "avProfileType" );
2021
const std::string Profile::avProfileTypeFormat( "avProfileTypeFormat" );
2122
const std::string Profile::avProfileTypeVideo( "avProfileTypeVideo" );
2223
const std::string Profile::avProfileTypeAudio( "avProfileTypeAudio" );
24+
25+
const std::string Profile::avProfileFormat( "format" );
2326
const std::string Profile::avProfileCodec( "codec" );
2427
const std::string Profile::avProfilePixelFormat( "pix_fmt" );
2528
const std::string Profile::avProfileSampleFormat( "sample_fmt" );

src/AvTranscoder/Profile.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ class Profile
2020
static const std::string avProfileTypeVideo;
2121
static const std::string avProfileTypeAudio;
2222

23+
static const std::string avProfileFormat;
2324
static const std::string avProfileCodec;
2425
static const std::string avProfilePixelFormat;
2526
static const std::string avProfileSampleFormat;

0 commit comments

Comments
 (0)