Merge ImageMagick and FFmpeg content into VideoContent list; remove seek_to_last...
[dcpomatic.git] / src / lib / film.cc
index b36dc8f9c0f5dac258533e9879f5103add8bb232..35a07b399e3432716f61f64e7d892abf98f056de 100644 (file)
@@ -69,6 +69,7 @@ using std::setfill;
 using std::min;
 using std::make_pair;
 using std::endl;
+using std::cout;
 using std::list;
 using boost::shared_ptr;
 using boost::lexical_cast;
@@ -1084,7 +1085,6 @@ Film::move_content_earlier (shared_ptr<Content> c)
                --j;
 
                swap (*i, *j);
-               _playlist->setup (_content);
        }
 
        signal_changed (CONTENT);
@@ -1107,7 +1107,6 @@ Film::move_content_later (shared_ptr<Content> c)
                }
 
                swap (*i, *j);
-               _playlist->setup (_content);
        }
 
        signal_changed (CONTENT);