Skip to content

Commit 13a6872

Browse files
author
Clement Champetier
committed
AvInputStream: add documentation
1 parent a01e09a commit 13a6872

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/AvTranscoder/codedStream/AvInputStream.hpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ class AvExport AvInputStream : public IInputStream
3232
//@{
3333
/**
3434
* @brief Functions about buffering
35+
* @see IInputStream methods
3536
*/
3637
void activate( const bool activate = true ){ _isActivated = activate; };
3738
bool isActivated() const { return _isActivated; };

0 commit comments

Comments
 (0)