X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fimage_content.h;h=f929e2b6f15b72105a6a97880e6bef647eb98175;hp=ef2bc0447c9262e13357154f5f3c313996bccfb3;hb=e8204f55c981493b99814f71a50b3c3d62601032;hpb=ae9b0b509787d244366eb8f69bdf9d563b6c6bb6 diff --git a/src/lib/image_content.h b/src/lib/image_content.h index ef2bc0447..f929e2b6f 100644 --- a/src/lib/image_content.h +++ b/src/lib/image_content.h @@ -47,6 +47,7 @@ public: void set_video_length (VideoFrame); bool still () const; + void set_video_frame_rate (float); }; #endif