Assorted C++11/formatting cleanups.
[dcpomatic.git] / src / lib / video_filter_graph.h
index ba0284fb83e7233143e08306030c14e486fedda5..fb6c7eba1162ef6b597d287843a6af880e596526 100644 (file)
@@ -1,5 +1,5 @@
 /*
-    Copyright (C) 2012-2018 Carl Hetherington <cth@carlh.net>
+    Copyright (C) 2012-2021 Carl Hetherington <cth@carlh.net>
 
     This file is part of DCP-o-matic.
 
 
 */
 
+
 #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<std::pair<std::shared_ptr<Image>, int64_t> > process (AVFrame * frame);
+       std::list<std::pair<std::shared_ptr<Image>, int64_t>> process (AVFrame * frame);
 
 protected:
        std::string src_parameters () const;