Fix problems with playing back 3D DCPs and with inserting 3D DCPs
[dcpomatic.git] / src / lib / ffmpeg_file_encoder.h
index d763c7eaf7c05a02fd0cc58b4b5598e7a4bf8785..9f1e75b686b76f32d67778a36403c0f77704ff07 100644 (file)
@@ -90,6 +90,7 @@ private:
            their data have been passed to FFmpeg.
        */
        std::map<uint8_t*, boost::shared_ptr<const Image> > _pending_images;
+       boost::mutex _pending_images_mutex;
 
        static int _video_stream_index;
        static int _audio_stream_index;