Fix thinko in previous.
authorCarl Hetherington <cth@carlh.net>
Sun, 27 Oct 2019 20:18:10 +0000 (21:18 +0100)
committerCarl Hetherington <cth@carlh.net>
Sun, 27 Oct 2019 20:18:10 +0000 (21:18 +0100)
src/lib/ffmpeg_file_encoder.cc

index 8083ac7e7dbab19919b13629292cd8b2716e6acd..0c6bd96853858d97367a25a8d37239a21428328b 100644 (file)
@@ -280,7 +280,6 @@ FFmpegFileEncoder::video (shared_ptr<PlayerVideo> video, DCPTime time)
 
        {
                boost::mutex::scoped_lock lm (_pending_images_mutex);
-               DCPOMATIC_ASSERT (_pending_images.find(image->data()[0]) != _pending_images.end());
                _pending_images[image->data()[0]] = image;
        }