Skip to content

Commit 58df4fe

Browse files
author
Clement Champetier
committed
App genericProcessor: set process method to longest
Set the method to infinity was dangerous for users...
1 parent b293705 commit 58df4fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/cpp/genericProcessor/genericProcessor.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ int main( int argc, char** argv )
115115

116116
// set verbose of all stream
117117
transcoder.setVerbose( verbose );
118-
transcoder.setProcessMethod( avtranscoder::eProcessMethodInfinity );
118+
transcoder.setProcessMethod( avtranscoder::eProcessMethodLongest );
119119
//transcoder.setOutputFps( 12 );
120120
transcoder.init();
121121

0 commit comments

Comments
 (0)