We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c496d63 commit a16929bCopy full SHA for a16929b
src/AvTranscoder/stat/ProcessStat.hpp
@@ -13,7 +13,7 @@ namespace avtranscoder
13
* @brief ProcessStat contains statistics given after the process.
14
* @see Transcoder::process methods
15
*/
16
-class ProcessStat
+class AvExport ProcessStat
17
{
18
public:
19
ProcessStat()
src/AvTranscoder/stat/VideoStat.hpp
@@ -9,7 +9,7 @@ namespace avtranscoder
9
/**
10
* @brief Statistics related to a video stream.
11
12
-class VideoStat
+class AvExport VideoStat
VideoStat( const double duration, const size_t nbFrames )
0 commit comments