diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-05-31 14:19:50 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-05-31 14:19:50 +0100 |
| commit | f385ef03e5ea27519a31c0839447735a7fba0602 (patch) | |
| tree | 310902e785a95c2e3be1ba389f29cd7bd480f2a2 /src/lib/player.h | |
| parent | c13771610ef9a01cb29342bca82f9999f8b5ddbc (diff) | |
Various stuff; mostly change to decoder scaling and adding subtitle; scaling test.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index cdedf1676..cce2bdc21 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -62,7 +62,7 @@ public: private: - void process_video (boost::weak_ptr<Content>, boost::shared_ptr<const Image>, bool, boost::shared_ptr<Subtitle>, Time); + void process_video (boost::weak_ptr<Content>, boost::shared_ptr<const Image>, bool, Time); void process_audio (boost::weak_ptr<Content>, boost::shared_ptr<const AudioBuffers>, Time); void setup_pieces (); void playlist_changed (); @@ -70,6 +70,7 @@ private: void do_seek (Time, bool); void add_black_piece (Time, Time); void add_silent_piece (Time, Time); + void flush (); boost::shared_ptr<const Film> _film; boost::shared_ptr<const Playlist> _playlist; |
