C++11 and whitespace cleanups.
[dcpomatic.git] / src / lib / ffmpeg_decoder.h
index 29e0d22e6339d6bc957c8f9a9552805c468bdd16..b4b0faa3bee5bdd44eb91cdc2657ffce87289b1b 100644 (file)
@@ -73,7 +73,7 @@ private:
 
        void maybe_add_subtitle ();
 
-       std::list<std::shared_ptr<VideoFilterGraph> > _filter_graphs;
+       std::list<std::shared_ptr<VideoFilterGraph>> _filter_graphs;
        boost::mutex _filter_graphs_mutex;
 
        dcpomatic::ContentTime _pts_offset;