CoreVideo tvOS 10.2 to 11.0 API Differences

CVBase.h
Added #def API_AVAILABLE
Added #def API_UNAVAILABLE
Added #def CV_INTERNAL
CVImageBuffer.h
CVMetalTexture.h
CVOpenGLESTexture.h
Declaration
Fromvoid CVOpenGLESTextureGetCleanTexCoords(CVOpenGLESTextureRef _Nonnull image, GLfloat [2] lowerLeft, GLfloat [2] lowerRight, GLfloat [2] upperRight, GLfloat [2] upperLeft)
Tovoid CVOpenGLESTextureGetCleanTexCoords(CVOpenGLESTextureRef _Nonnull image, GLfloat _Nonnull[2] lowerLeft, GLfloat _Nonnull[2] lowerRight, GLfloat _Nonnull[2] upperRight, GLfloat _Nonnull[2] upperLeft)

CVPixelBuffer.h
CVPixelBufferIOSurface.h