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