Extend maximum DCP audio channels to 16.
[dcpomatic.git] / src / lib / image_content.cc
index 3d35b4eeb1a5b5a977df4700874d937c83ef796b..dc1efa965744ca7fcbe238fcce2183e51cda57e0 100644 (file)
@@ -28,6 +28,7 @@
 #include <libcxml/cxml.h>
 #include <libxml++/libxml++.h>
 #include <boost/foreach.hpp>
+#include <iostream>
 
 #include "i18n.h"
 
@@ -150,21 +151,6 @@ ImageContent::still () const
        return number_of_paths() == 1;
 }
 
-void
-ImageContent::set_video_frame_rate (float r)
-{
-       {
-               boost::mutex::scoped_lock lm (_mutex);
-               if (_video_frame_rate == r) {
-                       return;
-               }
-
-               _video_frame_rate = r;
-       }
-
-       signal_changed (VideoContentProperty::VIDEO_FRAME_RATE);
-}
-
 void
 ImageContent::set_default_colour_conversion ()
 {