diff options
| author | Carl Hetherington <cth@carlh.net> | 2013-12-26 18:49:33 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2013-12-26 18:49:33 +0000 |
| commit | 276bc34d4b6280e6e84e5648e20e0ab841f3bc6c (patch) | |
| tree | 4d1e26e395dba591ffc69bb2b8bd46d69f86192d /src/lib/player.h | |
| parent | abc30110ea12e3e60f45f13556e8eda36a350458 (diff) | |
More transport tidying up.
Diffstat (limited to 'src/lib/player.h')
| -rw-r--r-- | src/lib/player.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib/player.h b/src/lib/player.h index ffc9cf3e3..b932f4168 100644 --- a/src/lib/player.h +++ b/src/lib/player.h @@ -120,6 +120,7 @@ private: void update_subtitle (); void emit_video (boost::weak_ptr<Piece>, boost::shared_ptr<DecodedVideo>); void emit_audio (boost::weak_ptr<Piece>, boost::shared_ptr<DecodedAudio>); + void step_video_position (boost::shared_ptr<DecodedVideo>); boost::shared_ptr<const Film> _film; boost::shared_ptr<const Playlist> _playlist; |
