Skip to content

Commit fb946f2

Browse files
author
Clement Champetier
committed
AvOutputStream: add documentation for attributes
1 parent 9872976 commit fb946f2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AvTranscoder/codedStream/AvOutputStream.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ class AvExport AvOutputStream : public IOutputStream
1818
bool wrap( const CodedData& data );
1919

2020
private:
21-
OutputFile* _outputFile;
21+
OutputFile* _outputFile; ///< Has link (no ownership)
2222

23-
size_t _streamIndex;
23+
size_t _streamIndex; ///< Index of the stream in the output file
2424
};
2525

2626
}

0 commit comments

Comments
 (0)