diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-04 02:12:12 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-04 02:12:12 +0000 |
| commit | e193babcec6a26bc1ee83d99d009bd5a3751a5bc (patch) | |
| tree | 813d9e4c224a800ab60c5134dfa340168ed989f9 /src/lib/decoder.h | |
| parent | fad1998b907232b01a46369a49b55129149613bb (diff) | |
Untested trim of start and end.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 4 |
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 *); |
