Skip to content

Commit d834fe3

Browse files
author
Valentin Noel
committed
InputStreamDesc: add a few documentation
1 parent c609ac8 commit d834fe3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/AvTranscoder/transcoder/InputStreamDesc.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ struct InputStreamDesc
6363
bool demultiplexing() const { return !_channelIndexArray.empty(); }
6464

6565
public:
66-
std::string _filename; ///< Source file path.
66+
std::string _filename; ///< Source file path. If empty, a generator is used as source.
6767
size_t _streamIndex; ///< Source stream to extract.
6868
std::vector<size_t> _channelIndexArray; ///< List of source channels to extract from the stream
6969
};

0 commit comments

Comments
 (0)