File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
src/AvTranscoder/transcoder Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -101,10 +101,6 @@ class AvExport StreamTranscoder
101
101
*/
102
102
void setOffset ( const float offset );
103
103
104
- private:
105
- bool processRewrap ();
106
- bool processTranscode ( const int subStreamIndex = -1 ); // /< By default transcode all channels
107
-
108
104
// @{
109
105
// Get the current process case.
110
106
enum EProcessCase {
@@ -115,6 +111,10 @@ class AvExport StreamTranscoder
115
111
EProcessCase getProcessCase () const ;
116
112
// @}
117
113
114
+ private:
115
+ bool processRewrap ();
116
+ bool processTranscode ( const int subStreamIndex = -1 ); // /< By default transcode all channels
117
+
118
118
private:
119
119
IInputStream* _inputStream; // /< Input stream to read next packet (has link, no ownership)
120
120
IOutputStream* _outputStream; // /< Output stream to wrap next packet (has link, no ownership)
You can’t perform that action at this time.
0 commit comments