Skip to content

Commit 645b16c

Browse files
author
Clement Champetier
committed
avplay app: fix preloadCodecsAndFormats
1 parent d746d76 commit 645b16c

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

app/avPlay/main.cpp

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,13 @@
1+
#include <AvTranscoder/common.hpp>
2+
13
#include "AvReader.hpp"
24
#include "Window.hpp"
35

46

57
int main( int argc, char** argv )
68
{
9+
avtranscoder::preloadCodecsAndFormats();
10+
711
AvReader avReader( argv[1] );
812
Window window( avReader );
913
window.launch();

0 commit comments

Comments
 (0)