Loading media/mca/filterfw/native/core/gl_frame.h +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ class GLFrame : public GLBufferHandle { // Create an empty GL frame in the specified GL environment. Note, that the GLFrame does NOT // take ownership. The caller must make sure the GLEnv stays valid as long as the GLFrame is // alive. GLFrame(GLEnv* gl_env); explicit GLFrame(GLEnv* gl_env); // Deallocate a GL frame. ~GLFrame(); Loading media/mca/filterfw/native/core/native_frame.h +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ namespace filterfw { class NativeFrame { public: // Create an empty native frame. NativeFrame(int size); explicit NativeFrame(int size); ~NativeFrame(); Loading Loading
media/mca/filterfw/native/core/gl_frame.h +1 −1 Original line number Diff line number Diff line Loading @@ -38,7 +38,7 @@ class GLFrame : public GLBufferHandle { // Create an empty GL frame in the specified GL environment. Note, that the GLFrame does NOT // take ownership. The caller must make sure the GLEnv stays valid as long as the GLFrame is // alive. GLFrame(GLEnv* gl_env); explicit GLFrame(GLEnv* gl_env); // Deallocate a GL frame. ~GLFrame(); Loading
media/mca/filterfw/native/core/native_frame.h +1 −1 Original line number Diff line number Diff line Loading @@ -27,7 +27,7 @@ namespace filterfw { class NativeFrame { public: // Create an empty native frame. NativeFrame(int size); explicit NativeFrame(int size); ~NativeFrame(); Loading