diff options
| author | Carl Hetherington <cth@carlh.net> | 2018-01-31 00:25:06 +0000 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2018-01-31 00:25:06 +0000 |
| commit | a5d5ceb22c4f5dd3e6c5b7a8da76f724dd266a75 (patch) | |
| tree | 240afbdffe8cc59aec2b87fe323936dbc3749055 /src/lib/player_video.h | |
| parent | ca7a6e8f81ccb3cba1160c5dff9dd3b5749c29ca (diff) | |
Fix sequencing failure in some very specific circumstances.
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h index fe7ae384e..a6e39d66e 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -55,6 +55,8 @@ public: PlayerVideo (boost::shared_ptr<cxml::Node>, boost::shared_ptr<Socket>); + boost::shared_ptr<PlayerVideo> shallow_copy () const; + void set_subtitle (PositionImage); void prepare (); |
