Skip to content

Commit 992c45e

Browse files
author
Clement Champetier
committed
OutputFile: add getFilename function
1 parent 7187589 commit 992c45e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AvTranscoder/file/OutputFile.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,7 @@ class AvExport OutputFile : public IOutputFile
5454

5555
IOutputStream& getStream( const size_t streamId );
5656

57+
std::string getFilename() const { return _filename; }
5758
std::string getFormatName() const;
5859
std::string getFormatLongName() const;
5960
std::string getFormatMimeType() const;

0 commit comments

Comments
 (0)