diff options
| author | Carl Hetherington <cth@carlh.net> | 2015-10-06 18:07:19 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2015-10-06 18:07:19 +0100 |
| commit | 8ad854af828575e44db349eed7e9198932ec3d80 (patch) | |
| tree | 74145c9a2a43b2ded12f2e6e78af24898c65297b /src/lib | |
| parent | bcd02c31759cd9948016d28f8f339259d778cc63 (diff) | |
Comment.
Diffstat (limited to 'src/lib')
| -rw-r--r-- | src/lib/player.cc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/lib/player.cc b/src/lib/player.cc index 5e0d3b315..d316711f7 100644 --- a/src/lib/player.cc +++ b/src/lib/player.cc @@ -167,6 +167,11 @@ Player::setup_pieces () } } + /* It's questionable whether subtitle content should have a video frame rate; perhaps + it should be assumed that any subtitle content has been prepared at the same rate + as simultaneous video content (like we do with audio). + */ + /* SubRipContent */ shared_ptr<const SubRipContent> rc = dynamic_pointer_cast<const SubRipContent> (i); if (rc) { |
