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 a415a70724..598a67d3f8 100644
--- a/video/video_decoder.h
+++ b/video/video_decoder.h
@@ -886,6 +886,11 @@ protected:
TrackListIterator getTrackListEnd() { return _internalTracks.end(); }
/**
+ * Removes a specified track
+ */
+ void eraseTrack(Track *track);
+
+ /**
* The internal seek function that does the actual seeking.
*
* @see seek()