diff options
| author | Carl Hetherington <cth@carlh.net> | 2012-11-14 20:04:15 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2012-11-14 20:04:15 +0000 |
| commit | 05c37b9bb09f7bfa4c2ec8ea6b3fa4a83d0fec20 (patch) | |
| tree | fa7a3e408c2eb66b070864694b6af7e0787e508f /src/lib/decoder.h | |
| parent | 5161626c3c28ba528511a8b211286a5e81a0f02a (diff) | |
Tests pass again.
Diffstat (limited to 'src/lib/decoder.h')
| -rw-r--r-- | src/lib/decoder.h | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/src/lib/decoder.h b/src/lib/decoder.h index a458c348b..5bb5b574d 100644 --- a/src/lib/decoder.h +++ b/src/lib/decoder.h @@ -99,9 +99,8 @@ protected: virtual PixelFormat pixel_format () const = 0; - void process_video (AVFrame const *); - void process_audio (boost::shared_ptr<AudioBuffers>); - void process_subtitle (boost::shared_ptr<TimedSubtitle>); + void emit_video (boost::shared_ptr<Image>); + void emit_subtitle (boost::shared_ptr<TimedSubtitle>); void repeat_last_video (); /** our Film */ @@ -122,8 +121,6 @@ private: SourceFrame _video_frame; - std::list<boost::shared_ptr<FilterGraph> > _filter_graphs; - boost::shared_ptr<TimedSubtitle> _timed_subtitle; boost::shared_ptr<Image> _last_image; |
