File tree Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Expand file tree Collapse file tree 1 file changed +0
-3
lines changed Original file line number Diff line number Diff line change @@ -26,7 +26,6 @@ class AvExport IOutputFile
26
26
27
27
/* *
28
28
* @brief Add a video output stream
29
- * @note call setup() before adding any stream
30
29
* @param videoCodec description of output stream
31
30
**/
32
31
virtual IOutputStream& addVideoStream ( const VideoCodec& videoCodec )
@@ -36,7 +35,6 @@ class AvExport IOutputFile
36
35
37
36
/* *
38
37
* @brief Add an audio output stream
39
- * @note call setup() before adding any stream
40
38
* @param audioCodec description of output stream
41
39
**/
42
40
virtual IOutputStream& addAudioStream ( const AudioCodec& audioCodec )
@@ -46,7 +44,6 @@ class AvExport IOutputFile
46
44
47
45
/* *
48
46
* @brief Add a data output stream
49
- * @note call setup() before adding any stream
50
47
* @param dataCodec description of output stream
51
48
**/
52
49
virtual IOutputStream& addDataStream ( const DataCodec& dataCodec )
You can’t perform that action at this time.
0 commit comments