X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fplayer_video.h;h=6599eeaa0b4489e110562337934de8ebc8180355;hp=55a3566f0ae8e4e3e9449858a2f94c300581b380;hb=e5b744922fb6aed65ec13f22a9de0c86dd1bd561;hpb=24fbd3513614dba8f2e5ac16b86576d39f1dc6c0 diff --git a/src/lib/player_video.h b/src/lib/player_video.h index 55a3566f0..6599eeaa0 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 (boost::optional note, boost::function pixel_format, bool aligned, bool fast) const; + boost::shared_ptr image (boost::function pixel_format, bool aligned, bool fast) const; static AVPixelFormat always_rgb (AVPixelFormat); static AVPixelFormat keep_xyz_or_rgb (AVPixelFormat);