Fix comment.
authorCarl Hetherington <cth@carlh.net>
Thu, 11 May 2023 11:45:02 +0000 (13:45 +0200)
committerCarl Hetherington <cth@carlh.net>
Fri, 12 May 2023 20:11:06 +0000 (22:11 +0200)
src/lib/dcp_examiner.h

index 75ea8b68c664176d8aa6072063c272fee74e1da7..6bbdef4e435ec434f15003c05748a1b207b41ed5 100644 (file)
@@ -103,7 +103,9 @@ public:
        }
 
        /** @param type TEXT_OPEN_SUBTITLE or TEXT_CLOSED_CAPTION.
-        *  @return Number of assets of this type in this DCP.
+        *  @return the number of "streams" of this type in the DCP.
+        *  Reels do not affect the return value of this method: if a DCP
+        *  has any subtitles, type=TEXT_OPEN_SUBTITLE will return 1.
         */
        int text_count (TextType type) const {
                return _text_count[type];