summaryrefslogtreecommitdiff
path: root/src/lib/decoder.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/lib/decoder.h')
-rw-r--r--src/lib/decoder.h7
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;