From 05c37b9bb09f7bfa4c2ec8ea6b3fa4a83d0fec20 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Wed, 14 Nov 2012 20:04:15 +0000 Subject: Tests pass again. --- src/lib/decoder.h | 7 ++----- 1 file changed, 2 insertions(+), 5 deletions(-) (limited to 'src/lib/decoder.h') 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); - void process_subtitle (boost::shared_ptr); + void emit_video (boost::shared_ptr); + void emit_subtitle (boost::shared_ptr); void repeat_last_video (); /** our Film */ @@ -122,8 +121,6 @@ private: SourceFrame _video_frame; - std::list > _filter_graphs; - boost::shared_ptr _timed_subtitle; boost::shared_ptr _last_image; -- cgit v1.2.3