Skip to content

Commit 5083b5b

Browse files
author
Valentin Noel
committed
Add InputStreamAudio setup into audioRewrapper app
1 parent 2bbef17 commit 5083b5b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

app/audioRewrapper/audioRewrapper.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -67,6 +67,7 @@ void transcodeAudio( const char* inputfilename, const char* outputFilename )
6767

6868
// init audio decoders
6969
InputStreamAudio inputStreamAudio( inputFile.getStream( 0 ) );
70+
inputStreamAudio.setup();
7071
inputFile.getStream( 0 ).setBufferred( true );
7172

7273
// init audio encoders

0 commit comments

Comments
 (0)