diff options
Diffstat (limited to 'src/lib/player_video.h')
| -rw-r--r-- | src/lib/player_video.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 11b2c8833..55a3566f0 100644 --- a/src/lib/player_video.h +++ b/src/lib/player_video.h @@ -63,7 +63,7 @@ public: void set_text (PositionImage); void prepare (); - boost::shared_ptr<Image> image (dcp::NoteHandler note, boost::function<AVPixelFormat (AVPixelFormat)> pixel_format, bool aligned, bool fast) const; + boost::shared_ptr<Image> image (boost::optional<dcp::NoteHandler> note, boost::function<AVPixelFormat (AVPixelFormat)> pixel_format, bool aligned, bool fast) const; static AVPixelFormat always_rgb (AVPixelFormat); static AVPixelFormat keep_xyz_or_rgb (AVPixelFormat); |
