Run clang-tidy.
[dcpomatic.git] / src / lib / j2k_encoder.h
index 2f30c5f804c76d281e6e4270ddb6cf015aa13c1f..d91aadf4fe96bf45b3589bdc4d9d1fd2b8cf8a46 100644 (file)
@@ -71,8 +71,8 @@ public:
        /** Called to pass a bit of video to be encoded as the next DCP frame */
        void encode (std::shared_ptr<PlayerVideo> pv, dcpomatic::DCPTime time);
 
-       void pause(void);
-       void resume(void);
+       void pause();
+       void resume();
 
        /** Called when a processing run has finished */
        void end(bool isFinal);
@@ -112,8 +112,8 @@ private:
 
        boost::signals2::scoped_connection _server_found_connection;
 
-       grk_plugin::DcpomaticContext dcpomaticContext_;
-       grk_plugin::GrokContext* context_;
+       grk_plugin::DcpomaticContext _dcpomatic_context;
+       grk_plugin::GrokContext* _context;
 };