Skip to content

Commit 19c9f5d

Browse files
author
Clement Champetier
committed
Transcoder: add setOutputFps
1 parent de18797 commit 19c9f5d

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/AvTranscoder/Transcoder/Transcoder.hpp

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ class Transcoder
102102

103103
void setVerbose( bool verbose = true );
104104

105+
void setOutputFps( double fps ) { _outputFps = fps; }
106+
105107
private:
106108

107109
void addRewrapStream( const std::string& filename, const size_t streamIndex );

0 commit comments

Comments
 (0)