diff options
| author | Carl Hetherington <cth@carlh.net> | 2019-10-27 21:18:10 +0100 |
|---|---|---|
| committer | Carl Hetherington <cth@carlh.net> | 2019-10-27 21:18:10 +0100 |
| commit | 0f2813bd0c62a4748c8354077583d69a07f19c9e (patch) | |
| tree | 7e4d8dcc1dec8f527df5bba5daa833acb4099185 | |
| parent | 982933e31681d05b1d3addac5a9eff58ea4579c5 (diff) | |
Fix thinko in previous.
| -rw-r--r-- | src/lib/ffmpeg_file_encoder.cc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_file_encoder.cc b/src/lib/ffmpeg_file_encoder.cc index 8083ac7e7..0c6bd9685 100644 --- a/src/lib/ffmpeg_file_encoder.cc +++ b/src/lib/ffmpeg_file_encoder.cc @@ -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; } |
