summaryrefslogtreecommitdiff
path: root/src/lib/video_decoder.h
diff options
context:
space:
mode:
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 0f1432907..b31766b50 100644
--- a/src/lib/video_decoder.h
+++ b/src/lib/video_decoder.h
@@ -46,9 +46,9 @@ protected:
void subtitle (boost::shared_ptr<TimedSubtitle>);
Time _next_video;
+ boost::shared_ptr<const VideoContent> _video_content;
private:
- boost::shared_ptr<const VideoContent> _video_content;
boost::shared_ptr<TimedSubtitle> _timed_subtitle;
FrameRateConversion _frame_rate_conversion;
bool _odd;