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 02d4cef commit 2676792Copy full SHA for 2676792
src/AvTranscoder/Transcoder/Transcoder.hpp
@@ -29,7 +29,7 @@ class Transcoder
29
* @brief Add a stream and set a profile
30
* @note If profile is empty, add a dummy stream.
31
*/
32
- void add( const std::string& filename, const size_t streamIndex, const std::string& profileName );
+ void add( const std::string& filename, const size_t streamIndex, const std::string& profileName = "" );
33
34
/**
35
* @brief Add a stream and set a custom profile
0 commit comments