Fix ID numbering.
[dcpomatic.git] / src / lib / dcp_video.h
index 9a6ae8d914b9e798d282de87e298ebac42dc231f..af4712b2b1cd2ff2e4ba262c646ce95ea5991fed 100644 (file)
@@ -26,7 +26,6 @@
  *  @brief A single frame of video destined for a DCP.
  */
 
-class Film;
 class ServerDescription;
 class Scaler;
 class Image;
@@ -50,7 +49,7 @@ public:
        DCPVideo (boost::shared_ptr<const PlayerVideo>, int, int, int, Resolution, bool b, boost::shared_ptr<Log>);
        DCPVideo (boost::shared_ptr<const PlayerVideo>, cxml::ConstNodePtr, boost::shared_ptr<Log>);
 
-       boost::shared_ptr<EncodedData> encode_locally ();
+       boost::shared_ptr<EncodedData> encode_locally (dcp::NoteHandler note);
        boost::shared_ptr<EncodedData> encode_remotely (ServerDescription);
 
        int index () const {