We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 641af43 commit 9a9cd36Copy full SHA for 9a9cd36
src/AvTranscoder/Profile.cpp
@@ -33,7 +33,7 @@ void Profile::loadProfiles()
33
if( const char* envAvProfiles = std::getenv("AVPROFILES") )
34
{
35
std::vector< std::string > paths;
36
- split( paths, envAvProfiles, ";" );
+ split( paths, envAvProfiles, ":" );
37
for( std::vector< std::string >::iterator it = paths.begin(); it != paths.end(); ++it )
38
39
std::cout << "search profile in path " << *it << std::endl;
0 commit comments