X-Git-Url: https://git.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_decoder.h;h=0072224044fc5816ef96dbd94d9d48eaa1b73397;hp=828ac66a20af1cbbff7785f039b9c1fd8a32bddb;hb=0303a96b66eaf85060ce02d85cc36067f34b1051;hpb=32294829b99fcbfa67e2b6b13b7a60d7244ff0ac diff --git a/src/lib/video_decoder.h b/src/lib/video_decoder.h index 828ac66a2..007222404 100644 --- a/src/lib/video_decoder.h +++ b/src/lib/video_decoder.h @@ -61,7 +61,7 @@ public: } void seek () override; - void emit (std::shared_ptr film, std::shared_ptr, Frame frame); + void emit(std::shared_ptr film, std::shared_ptr, dcpomatic::ContentTime time); boost::signals2::signal Data;