X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Flib%2Fmatcher.h;h=60bb8743226078628adfb7246fe2a3922c83a7b3;hb=0b6652b491ffe7544a6f4a14fe968615d4481594;hp=9bd30fe620bef802284a7ba06faf93cddc380589;hpb=2f56f38ce56b36f20d59593f56981e7ed330c484;p=dcpomatic.git diff --git a/src/lib/matcher.h b/src/lib/matcher.h index 9bd30fe62..60bb87432 100644 --- a/src/lib/matcher.h +++ b/src/lib/matcher.h @@ -19,6 +19,7 @@ #include #include "processor.h" +#include "ffmpeg_compatibility.h" class Matcher : public AudioVideoProcessor { @@ -34,6 +35,6 @@ private: int _video_frames; int64_t _audio_frames; boost::optional _pixel_format; - boost::optional _size; + boost::optional _size; boost::optional _channels; };