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
path: root/source
diff options
context:
space:
mode:
authorBenoit Bolsee <benoit.bolsee@online.be>2008-11-01 20:26:34 +0300
committerBenoit Bolsee <benoit.bolsee@online.be>2008-11-01 20:26:34 +0300
commit19cdef1f71ca862254d10ae33500dc24c35d2477 (patch)
treea6bd1fb458c971d1fa7ea28172f6c0ba98269af6 /source
parente6a2ab319f10fa318aa4d9b4e7c5cef0fd95dc87 (diff)
VideoTexture: typo in linux code
Diffstat (limited to 'source')
-rw-r--r--source/gameengine/VideoTexture/VideoFFmpeg.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/gameengine/VideoTexture/VideoFFmpeg.cpp b/source/gameengine/VideoTexture/VideoFFmpeg.cpp
index 19e10cf02f8..272d2695c4b 100644
--- a/source/gameengine/VideoTexture/VideoFFmpeg.cpp
+++ b/source/gameengine/VideoTexture/VideoFFmpeg.cpp
@@ -319,7 +319,7 @@ void VideoFFmpeg::openCam (char * file, short camIdx)
if ((p = strchr(filename, ':')) != 0)
*p = 0;
}
- if (file && (p = strchr(file, ":")) != NULL)
+ if (file && (p = strchr(file, ':')) != NULL)
formatParams.standard = p+1;
#endif
//frame rate