Skip to content

Commit 02d4cef

Browse files
nothing
1 parent 0d2985c commit 02d4cef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/EssenceStream/InputAudio.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ bool InputAudio::getNextFrame()
182182
if( ret < 0 )
183183
{
184184
char err[250];
185-
av_strerror( ret, err, 250);
185+
av_strerror( ret, err, 250 );
186186

187187
throw std::runtime_error( "an error occured during audio decoding" + std::string( err ) );
188188
}

0 commit comments

Comments
 (0)