Various external audio fixes.
[dcpomatic.git] / src / lib / video_decoder.h
index b2b3994322abec5f8a96ec684fe8b0f20db66d61..fb782cd7eaea8ed30b4f136b56584be7c1d53f5f 100644 (file)
@@ -41,6 +41,8 @@ public:
 
        virtual void set_subtitle_stream (boost::optional<SubtitleStream>);
 
+       void set_progress () const;
+       
        SourceFrame video_frame () const {
                return _video_frame;
        }
@@ -56,7 +58,6 @@ public:
 protected:
        
        virtual PixelFormat pixel_format () const = 0;
-       void set_progress () const;
 
        void emit_video (boost::shared_ptr<Image>);
        void emit_subtitle (boost::shared_ptr<TimedSubtitle>);