Skip to content

Commit 612ac4e

Browse files
author
Clement Champetier
committed
StreamTranscoder: updated doc
1 parent 00007c9 commit 612ac4e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/AvTranscoder/transcoder/StreamTranscoder.hpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -76,13 +76,13 @@ class AvExport StreamTranscoder
7676
/// Returns a pointer to the encoder
7777
IEncoder* getEncoder() const { return _outputEncoder; }
7878

79-
/// Returns a reference to the object which transforms the decoded data
79+
/// Returns a pointer to the object which transforms the decoded data
8080
ITransform* getTransform() const { return _transform; }
8181

8282
/// Returns a pointer to the object which manage filtering
8383
FilterGraph* getFilterGraph() const { return _filterGraph; }
8484

85-
/// Returns a reference to the stream which unwraps data
85+
/// Returns a pointer to the stream which unwraps data
8686
IInputStream* getInputStream() const { return _inputStream; }
8787
/// Returns a reference to the stream which wraps data
8888
IOutputStream& getOutputStream() const { return *_outputStream; }

0 commit comments

Comments
 (0)