summaryrefslogtreecommitdiff
path: root/src/multiplexer.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/multiplexer.h')
-rw-r--r--src/multiplexer.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/multiplexer.h b/src/multiplexer.h
index c0ac663..8d67766 100644
--- a/src/multiplexer.h
+++ b/src/multiplexer.h
@@ -99,6 +99,7 @@ private:
unsigned int write_system_header;
unsigned int write_audio_packet;
+ Frame *getFrame(StreamType type);
int read_stream(char *buf, unsigned int size, StreamType type);
FramePriorityQueue *queue[NUM_TYPES];