File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ int main( int argc, char** argv )
25
25
std::cout << std::setw (35 ) << key.first << key.second << std::endl;
26
26
27
27
try {
28
- if ( profile.find ( avtranscoder::Profile::getAvProfileTypeKey () )->second == avtranscoder::Profile::getAvProfileTypeVideoKey () )
28
+ if ( profile.find ( avtranscoder::constants::avProfileType )->second == avtranscoder::constants::avProfileTypeVideo )
29
29
{
30
30
avtranscoder::AvOutputVideo outputVideo;
31
31
outputVideo.setProfile ( profile, outputVideo.getVideoDesc ().getVideoFrameDesc () );
32
32
}
33
33
34
- if ( profile.find ( avtranscoder::Profile::getAvProfileTypeKey () )->second == avtranscoder::Profile::getAvProfileTypeAudioKey () )
34
+ if ( profile.find ( avtranscoder::constants::avProfileType )->second == avtranscoder::constants::avProfileTypeAudio )
35
35
{
36
36
avtranscoder::AvOutputAudio outputAudio;
37
37
outputAudio.setProfile ( profile, outputAudio.getAudioDesc ().getFrameDesc () );
You can’t perform that action at this time.
0 commit comments