Skip to content

Commit 62f4540

Browse files
author
Clement Champetier
committed
genericProcessor app: fix preloadCodecsAndFormats
1 parent 23c9c9c commit 62f4540

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
@@ -92,6 +92,7 @@ int main( int argc, char** argv )
9292
{
9393
if( verbose )
9494
std::cout << "start ..." << std::endl;
95+
avtranscoder::preloadCodecsAndFormats();
9596

9697
if( verbose )
9798
std::cout << "output file: " << argv[2] << std::endl;

0 commit comments

Comments
 (0)