Skip to content

Commit 6eb4b0a

Browse files
author
Valentin Noel
committed
Progress: into OutputFile, remove unused getFormatContext method
Do not return FFmpeg dependant objects any more
1 parent 31d7a0c commit 6eb4b0a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/AvTranscoder/file/OutputFile.hpp

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

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

112-
AVFormatContext& getFormatContext() { return *_formatContext; }
113112
double getProgressDuration();
114113

115114
private:

0 commit comments

Comments
 (0)