X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=player.h;h=c7f8e070a71a0ce697e1c21edd14727a3892762f;hb=bdef311c334b674ba39a931805fb7d32ce8698da;hp=aa50adee0eaaec686cb0cef91b6ed4d591e96aa1;hpb=c786b9e247c7169e7a8097b37259dfa6ecd5a953;p=nageru diff --git a/player.h b/player.h index aa50ade..c7f8e07 100644 --- a/player.h +++ b/player.h @@ -2,6 +2,7 @@ #define _PLAYER_H 1 #include "clip_list.h" +#include "frame_on_disk.h" #include "queue_spot_holder.h" extern "C" { @@ -52,7 +53,7 @@ private: // Find the frame immediately before and after this point. // Returns false if pts is after the last frame. - bool find_surrounding_frames(int64_t pts, int stream_idx, int64_t *pts_lower, int64_t *pts_upper); + bool find_surrounding_frames(int64_t pts, int stream_idx, FrameOnDisk *frame_lower, FrameOnDisk *frame_upper); JPEGFrameView *destination; done_callback_func done_callback;