Skip to content

Commit 15f86a4

Browse files
author
Clement Champetier
committed
StreamTranscoder: fix setOffset method
1 parent 3435aee commit 15f86a4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/transcoder/StreamTranscoder.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ class AvExport StreamTranscoder
8989
*/
9090
void canSwitchToGenerator( bool canSwitch ) { _canSwitchToGenerator = canSwitch; }
9191

92-
void setOffset( bool offset = true ){ _offset = offset; }
92+
void setOffset( const float offset ){ _offset = offset; }
9393

9494
private:
9595
bool processRewrap();

0 commit comments

Comments
 (0)