Fix error when padding is needed in 3D encodes (#2476).
[dcpomatic.git] / src / lib / playlist.h
index 89f36f89567572febf2cdaaf2fea8d08df25dca2..2d68d3f393bd7cf00b804215364170a6b99c433c 100644 (file)
@@ -98,7 +98,7 @@ private:
        void reconnect (std::shared_ptr<const Film> film);
 
        mutable boost::mutex _mutex;
-       /** List of content.  Kept sorted in position order. */
+       /** List of content, kept sorted by ContentSorter() */
        ContentList _content;
        bool _sequence = true;
        bool _sequencing = false;