diff options
Diffstat (limited to 'src/lib/video_decoder.h')
| -rw-r--r-- | src/lib/video_decoder.h | 2 |
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; |
