Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitee665d2

Browse files
author
Clement Champetier
committed
StreamTranscoder: updated doc
1 parent1345706 commitee665d2

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 areference to the object which transforms the decoded data
79+
/// Returns apointer 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 areference to the stream which unwraps data
85+
/// Returns apointer 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)

[8]ページ先頭

©2009-2025 Movatter.jp