Skip to content

Commit 28fcd82

Browse files
author
Clement Champetier
committed
StreamTranscoder: updated accessor of getProcessCase scope
The method is now public.
1 parent ef0c996 commit 28fcd82

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/AvTranscoder/transcoder/StreamTranscoder.hpp

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -101,10 +101,6 @@ class AvExport StreamTranscoder
101101
*/
102102
void setOffset( const float offset );
103103

104-
private:
105-
bool processRewrap();
106-
bool processTranscode( const int subStreamIndex = -1 ); ///< By default transcode all channels
107-
108104
//@{
109105
// Get the current process case.
110106
enum EProcessCase {
@@ -115,6 +111,10 @@ class AvExport StreamTranscoder
115111
EProcessCase getProcessCase() const;
116112
//@}
117113

114+
private:
115+
bool processRewrap();
116+
bool processTranscode( const int subStreamIndex = -1 ); ///< By default transcode all channels
117+
118118
private:
119119
IInputStream* _inputStream; ///< Input stream to read next packet (has link, no ownership)
120120
IOutputStream* _outputStream; ///< Output stream to wrap next packet (has link, no ownership)

0 commit comments

Comments
 (0)
pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy