aboutsummaryrefslogtreecommitdiff
path: root/video/video_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'video/video_decoder.h')
-rw-r--r--video/video_decoder.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/video/video_decoder.h b/video/video_decoder.h
index efc8f7a37d..616d6c4f96 100644
--- a/video/video_decoder.h
+++ b/video/video_decoder.h
@@ -365,6 +365,11 @@ public:
*/
virtual Audio::Timestamp getDuration() const;
+ /**
+ * Add an audio track from a stream file.
+ */
+ bool addStreamFileTrack(const Common::String &baseName);
+
// Future API
//void setRate(const Common::Rational &rate);
//Common::Rational getRate() const;