Skip to content

Commit db4d1c8

Browse files
author
Clement Champetier
committed
common preloadCodecsAndFormats: add AvExport
1 parent 09244f7 commit db4d1c8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/common.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ namespace avtranscoder
5757
typedef AVRational Rational;
5858

5959
/// Register all the codecs and formats which are enabled at configuration time.
60-
void preloadCodecsAndFormats();
60+
void AvExport preloadCodecsAndFormats();
6161

6262
#ifndef SWIG
6363
void split( std::vector< std::string >& splitedString, const std::string& inputString, const std::string& splitChars = ";" );

0 commit comments

Comments
 (0)