diff options
Diffstat (limited to 'src/lib/ffmpeg_file_encoder.h')
| -rw-r--r-- | src/lib/ffmpeg_file_encoder.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/ffmpeg_file_encoder.h b/src/lib/ffmpeg_file_encoder.h index 9f3d88551..e609b2607 100644 --- a/src/lib/ffmpeg_file_encoder.h +++ b/src/lib/ffmpeg_file_encoder.h @@ -98,7 +98,7 @@ private: /** Store of shared_ptr<Image> to keep them alive whilst raw pointers into their data have been passed to FFmpeg. */ - std::map<uint8_t*, std::shared_ptr<const Image>> _pending_images; + std::map<uint8_t*, std::shared_ptr<const dcpomatic::Image>> _pending_images; boost::mutex _pending_images_mutex; static int _video_stream_index; |
