Remove unused Processor::process_begin; some docs.
[dcpomatic.git] / src / lib / video_decoder.h
index 5acce7c8d806701ec557140de9a42b465c0b2114..ea1899840a7252a6358c682a0a1e85167bb3c7bd 100644 (file)
@@ -63,7 +63,9 @@ protected:
        void emit_subtitle (boost::shared_ptr<TimedSubtitle>);
        void repeat_last_video ();
 
+       /** Subtitle stream to use when decoding */
        boost::shared_ptr<SubtitleStream> _subtitle_stream;
+       /** Subtitle streams that this decoder's content has */
        std::vector<boost::shared_ptr<SubtitleStream> > _subtitle_streams;
 
 private: