Remove debugging.
[dcpomatic.git] / src / lib / playlist.h
index 76055bea0341c6ac2c831a11c0cf417de91fce5a..3af17bb6c4794cf3114016eedfba312dcab5576b 100644 (file)
@@ -59,6 +59,7 @@ public:
 
        DCPTime length () const;
        boost::optional<DCPTime> start () const;
+       int64_t required_disk_space (int j2k_bandwidth, int audio_channels, int audio_frame_rate) const;
 
        int best_dcp_frame_rate () const;
        DCPTime video_end () const;
@@ -69,8 +70,9 @@ public:
 
        void repeat (ContentList, int);
 
-       /** Emitted when content has been added to or removed from the playlist */
+       /** Emitted when content has been added to or removed from the playlist; implies OrderChanged */
        mutable boost::signals2::signal<void ()> Changed;
+       mutable boost::signals2::signal<void ()> OrderChanged;
        /** Emitted when something about a piece of our content has changed;
         *  these emissions include when the position of the content changes.
         *  Third parameter is true if signals are currently being emitted frequently.