Various bits and pieces.
[dcpomatic.git] / src / lib / video_decoder.h
index 0f1432907fec5203f59ab54de62f5993786fbb6d..b31766b5080ba8b6abf378cdf594bc391e33a967 100644 (file)
@@ -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;