Skip to content

Commit 2676792

Browse files
adding default parameter to add stream without profile
1 parent 02d4cef commit 2676792

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/Transcoder/Transcoder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ class Transcoder
2929
* @brief Add a stream and set a profile
3030
* @note If profile is empty, add a dummy stream.
3131
*/
32-
void add( const std::string& filename, const size_t streamIndex, const std::string& profileName );
32+
void add( const std::string& filename, const size_t streamIndex, const std::string& profileName = "" );
3333

3434
/**
3535
* @brief Add a stream and set a custom profile

0 commit comments

Comments
 (0)