style cleanup:
also rename mesh_getVertexCos() --> BKE_mesh_vertexCos_get() to match curve function.
This commit is contained in:
@@ -504,7 +504,7 @@ void VideoFFmpeg::stopCache()
|
||||
}
|
||||
}
|
||||
|
||||
void VideoFFmpeg::releaseFrame(AVFrame* frame)
|
||||
void VideoFFmpeg::releaseFrame(AVFrame *frame)
|
||||
{
|
||||
if (frame == m_frameRGB)
|
||||
{
|
||||
@@ -521,7 +521,7 @@ void VideoFFmpeg::releaseFrame(AVFrame* frame)
|
||||
}
|
||||
|
||||
// open video file
|
||||
void VideoFFmpeg::openFile (char * filename)
|
||||
void VideoFFmpeg::openFile (char *filename)
|
||||
{
|
||||
if (openStream(filename, NULL, NULL) != 0)
|
||||
return;
|
||||
@@ -578,7 +578,7 @@ void VideoFFmpeg::openFile (char * filename)
|
||||
|
||||
|
||||
// open video capture device
|
||||
void VideoFFmpeg::openCam (char * file, short camIdx)
|
||||
void VideoFFmpeg::openCam (char *file, short camIdx)
|
||||
{
|
||||
// open camera source
|
||||
AVInputFormat *inputFormat;
|
||||
|
||||
Reference in New Issue
Block a user