Skip to content

Commit 920c1cb

Browse files
committed
Merge pull request #11 from valnoel/develop
HotFix: make OutputFile::getProgressDuration() virtual
2 parents 362bf2b + 8efd1f1 commit 920c1cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/file/OutputFile.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ class AvExport OutputFile
109109

110110
virtual void setVerbose( bool verbose = false ){ _verbose = verbose; }
111111

112-
double getProgressDuration();
112+
virtual double getProgressDuration();
113113

114114
private:
115115
std::vector<AvOutputStream*> _outputStreams;

0 commit comments

Comments
 (0)