summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-12-20 00:27:18 +0000
committerCarl Hetherington <cth@carlh.net>2012-12-20 00:27:18 +0000
commit58bf77268a8e82e73d7f17ab2fe6dcd29370ade3 (patch)
tree0ad0542a74a029920afac6f2eb74f05770d9d4b0 /src/lib/video_decoder.h
parent7829cea9160cd562ed3da5ca1a0060de29edacf8 (diff)
parent7faadda40c0ab027b992789329a558fbaf3ec0cc (diff)
Merge branch 'video-player' of /home/carl/git/dvdomatic into video-player
Diffstat (limited to 'src/lib/video_decoder.h')
-rw-r--r--src/lib/video_decoder.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h
index 97bbb0e48..7726d2057 100644
--- a/src/lib/video_decoder.h
+++ b/src/lib/video_decoder.h
@@ -75,7 +75,7 @@ protected:
std::vector<boost::shared_ptr<SubtitleStream> > _subtitle_streams;
private:
- void signal_video (boost::shared_ptr<Image>, boost::shared_ptr<Subtitle>);
+ void signal_video (boost::shared_ptr<Image>, bool, boost::shared_ptr<Subtitle>);
int _video_frame;
double _last_source_time;