Skip to content

Commit 7957627

Browse files
author
Clement Champetier
committed
avprocessor app: the process method is based on the first stream
Instead of the longest (which is infinity in case of generated streams...).
1 parent 814358b commit 7957627

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/avProcessor/avProcessor.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -144,6 +144,7 @@ int main(int argc, char** argv)
144144
avtranscoder::OutputFile outputFile(argv[2]);
145145

146146
avtranscoder::Transcoder transcoder(outputFile);
147+
transcoder.setProcessMethod(avtranscoder::eProcessMethodBasedOnStream, 0);
147148

148149
parseConfigFile(inputConfigFile, transcoder);
149150

0 commit comments

Comments
 (0)