diff options
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) { |
