summaryrefslogtreecommitdiff
path: root/src/lib/decoder.h
diff options
context:
space:
mode:
authorCarl Hetherington <cth@carlh.net>2012-11-04 02:12:12 +0000
committerCarl Hetherington <cth@carlh.net>2012-11-04 02:12:12 +0000
commite193babcec6a26bc1ee83d99d009bd5a3751a5bc (patch)
tree813d9e4c224a800ab60c5134dfa340168ed989f9 /src/lib/decoder.h
parentfad1998b907232b01a46369a49b55129149613bb (diff)
Untested trim of start and end.
Diffstat (limited to 'src/lib/decoder.h')
-rw-r--r--src/lib/decoder.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h
index 6cd7757b6..e8e73cc9f 100644
--- a/src/lib/decoder.h
+++ b/src/lib/decoder.h
@@ -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 *);