Skip to content

Commit 90d4785

Browse files
author
Clement Champetier
committed
InputFile: add documentation
1 parent 8c2c666 commit 90d4785

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/file/InputFile.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class AvExport InputFile
100100
FormatContext _formatContext;
101101
FileProperties _properties;
102102
std::string _filename;
103-
std::vector<InputStream*> _inputStreams;
103+
std::vector<InputStream*> _inputStreams; ///< Has ownership
104104

105105
bool _verbose;
106106
};

0 commit comments

Comments
 (0)