X-Git-Url: https://main.carlh.net/gitweb/?p=dcpomatic.git;a=blobdiff_plain;f=src%2Flib%2Fvideo_filter_graph.h;h=fb6c7eba1162ef6b597d287843a6af880e596526;hp=ba0284fb83e7233143e08306030c14e486fedda5;hb=7bc2134d658778e04f1756c255e604b4ab5a5831;hpb=a771a806291243760552988a1a7a5742bc007ee2 diff --git a/src/lib/video_filter_graph.h b/src/lib/video_filter_graph.h index ba0284fb8..fb6c7eba1 100644 --- a/src/lib/video_filter_graph.h +++ b/src/lib/video_filter_graph.h @@ -1,5 +1,5 @@ /* - Copyright (C) 2012-2018 Carl Hetherington + Copyright (C) 2012-2021 Carl Hetherington This file is part of DCP-o-matic. @@ -18,15 +18,17 @@ */ + #include "filter_graph.h" + class VideoFilterGraph : public FilterGraph { public: VideoFilterGraph (dcp::Size s, AVPixelFormat p, dcp::Fraction r); bool can_process (dcp::Size s, AVPixelFormat p) const; - std::list, int64_t> > process (AVFrame * frame); + std::list, int64_t>> process (AVFrame * frame); protected: std::string src_parameters () const;