summaryrefslogtreecommitdiff
path: root/src/lib/ffmpeg_decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/ffmpeg_decoder.h')
-rw-r--r--src/lib/ffmpeg_decoder.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/ffmpeg_decoder.h b/src/lib/ffmpeg_decoder.h
index 3ea5f5809..993d1dd0e 100644
--- a/src/lib/ffmpeg_decoder.h
+++ b/src/lib/ffmpeg_decoder.h
@@ -78,4 +78,6 @@ private:
bool _have_current_subtitle;
boost::shared_ptr<Image> _black_image;
+
+ std::vector<boost::optional<ContentTime> > _next_time;
};