[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [17275] trunk/blender/source/gameengine/ VideoTexture/VideoFFmpeg.cpp: VideoTexture: typo in linux code

Benoit Bolsee benoit.bolsee at online.be
Sat Nov 1 18:26:34 CET 2008


Revision: 17275
          http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=17275
Author:   ben2610
Date:     2008-11-01 18:26:34 +0100 (Sat, 01 Nov 2008)

Log Message:
-----------
VideoTexture: typo in linux code

Modified Paths:
--------------
    trunk/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp

Modified: trunk/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp
===================================================================
--- trunk/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp	2008-11-01 17:15:17 UTC (rev 17274)
+++ trunk/blender/source/gameengine/VideoTexture/VideoFFmpeg.cpp	2008-11-01 17:26:34 UTC (rev 17275)
@@ -319,7 +319,7 @@
 		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





More information about the Bf-blender-cvs mailing list