Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'source/gameengine/VideoTexture/VideoFFmpeg.h')
-rw-r--r--source/gameengine/VideoTexture/VideoFFmpeg.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/gameengine/VideoTexture/VideoFFmpeg.h b/source/gameengine/VideoTexture/VideoFFmpeg.h
index 2f466eb5eeb..4a948fe61de 100644
--- a/source/gameengine/VideoTexture/VideoFFmpeg.h
+++ b/source/gameengine/VideoTexture/VideoFFmpeg.h
@@ -79,9 +79,9 @@ public:
/// set initial parameters
void initParams (short width, short height, float rate, bool image=false);
/// open video/image file
- virtual void openFile (char * file);
+ virtual void openFile(char *file);
/// open video capture device
- virtual void openCam (char * driver, short camIdx);
+ virtual void openCam(char *driver, short camIdx);
/// release video source
virtual bool release (void);