File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/AvTranscoder/transcoder Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -76,13 +76,13 @@ class AvExport StreamTranscoder
76
76
// / Returns a pointer to the encoder
77
77
IEncoder* getEncoder () const { return _outputEncoder; }
78
78
79
- // / Returns a reference to the object which transforms the decoded data
79
+ // / Returns a pointer to the object which transforms the decoded data
80
80
ITransform* getTransform () const { return _transform; }
81
81
82
82
// / Returns a pointer to the object which manage filtering
83
83
FilterGraph* getFilterGraph () const { return _filterGraph; }
84
84
85
- // / Returns a reference to the stream which unwraps data
85
+ // / Returns a pointer to the stream which unwraps data
86
86
IInputStream* getInputStream () const { return _inputStream; }
87
87
// / Returns a reference to the stream which wraps data
88
88
IOutputStream& getOutputStream () const { return *_outputStream; }
You can’t perform that action at this time.
0 commit comments