Skip to content

Commit a9c85b6

Browse files
author
Clement Champetier
committed
avprocessor: setProcessMethod to shortest
1 parent a956861 commit a9c85b6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/genericProcessor/genericProcessor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ int main( int argc, char** argv )
109109

110110
avtranscoder::Transcoder transcoder( outputFile );
111111
transcoder.setVerbose( verbose );
112+
transcoder.setProcessMethod( avtranscoder::eProcessMethodShortest );
112113

113114
if( verbose )
114115
std::cout << "parse config file" << std::endl;

0 commit comments

Comments
 (0)