X-Git-Url: https://git.carlh.net/gitweb/?a=blobdiff_plain;f=src%2Fwx%2Fsimple_video_view.h;h=e19068979b5ef2c4724f6aa2ddec848cf1393a0f;hb=HEAD;hp=cbb162023c29e402bb0561b0570a62cc0b8a38b7;hpb=67ff55886b1ee86d99c2ea27d10c73b85b0504b7;p=dcpomatic.git diff --git a/src/wx/simple_video_view.h b/src/wx/simple_video_view.h index cbb162023..e19068979 100644 --- a/src/wx/simple_video_view.h +++ b/src/wx/simple_video_view.h @@ -18,15 +18,21 @@ */ + #include "video_view.h" +#include "lib/filter.h" #include "lib/position.h" -#include "lib/warnings.h" +#include "lib/video_filter_graph_set.h" #include -DCPOMATIC_DISABLE_WARNINGS +#include +LIBDCP_DISABLE_WARNINGS #include -DCPOMATIC_ENABLE_WARNINGS +LIBDCP_ENABLE_WARNINGS + class FilmViewer; +class Filter; + class SimpleVideoView : public VideoView { @@ -51,4 +57,7 @@ private: wxTimer _timer; Position _inter_position; dcp::Size _inter_size; + + Filter _rec2020_filter; + VideoFilterGraphSet _rec2020_filter_graph; };