Comment.
authorCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2015 17:07:19 +0000 (18:07 +0100)
committerCarl Hetherington <cth@carlh.net>
Tue, 6 Oct 2015 17:07:19 +0000 (18:07 +0100)
src/lib/player.cc

index 5e0d3b315b01f96d6d7e92f947d1e0e025b2f3f6..d316711f7bf7a664fa0924a13fc7abe4694da498 100644 (file)
@@ -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) {