Skip to content

Commit 8efd1f1

Browse files
author
Valentin Noel
committed
OutputFile: make getProgressDuration method virtual
1 parent 362bf2b commit 8efd1f1

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)