summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2015-01-19 00:15:24 +0000
committerCarl Hetherington <cth@carlh.net>2015-01-19 00:15:24 +0000
commit5282bd42dbe7f9c114abc6f648cb65ef52c35cf4 (patch)
tree0ee09ef1373fbcc60f069119ec307063111a3da6 /src/lib/video_decoder.h
parent2a942eec02ac3762cfb79126e1b8ee06161a1e05 (diff)
VideoDecoder::_same can just be a local.
Diffstat (limited to 'src/lib/video_decoder.h')
-rw-r--r--src/lib/video_decoder.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h
index f37d4b1ad..4948cd8a0 100644
--- a/src/lib/video_decoder.h
+++ b/src/lib/video_decoder.h
@@ -1,5 +1,5 @@
/*
- Copyright (C) 2012-2014 Carl Hetherington <cth@carlh.net>
+ Copyright (C) 2012-2015 Carl Hetherington <cth@carlh.net>
This program is free software; you can redistribute it and/or modify
it under the terms of the GNU General Public License as published by
@@ -65,7 +65,6 @@ protected:
boost::shared_ptr<const VideoContent> _video_content;
std::list<ContentVideo> _decoded_video;
- bool _same;
boost::shared_ptr<Image> _black_image;
boost::optional<ContentTime> _last_seek_time;
bool _last_seek_accurate;