We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c609ac8 commit d834fe3Copy full SHA for d834fe3
src/AvTranscoder/transcoder/InputStreamDesc.hpp
@@ -63,7 +63,7 @@ struct InputStreamDesc
63
bool demultiplexing() const { return !_channelIndexArray.empty(); }
64
65
public:
66
- std::string _filename; ///< Source file path.
+ std::string _filename; ///< Source file path. If empty, a generator is used as source.
67
size_t _streamIndex; ///< Source stream to extract.
68
std::vector<size_t> _channelIndexArray; ///< List of source channels to extract from the stream
69
};
0 commit comments