Untested trim of start and end.
[dcpomatic.git] / src / lib / decoder.h
index 6cd7757b6562c05a36ee099f8b57b4a4769f5f39..e8e73cc9f851688b720a7539ff577db5d2d29a94 100644 (file)
@@ -76,7 +76,7 @@ public:
        virtual int sample_aspect_ratio_denominator () const = 0;
        
        void process_begin ();
-       bool pass ();
+       virtual bool pass () = 0;
        void process_end ();
        void go ();
 
@@ -105,8 +105,6 @@ public:
 
 protected:
        
-       /** perform a single pass at our content */
-       virtual bool do_pass () = 0;
        virtual PixelFormat pixel_format () const = 0;
        
        void process_video (AVFrame *);