VideoTexture: typo in linux code

This commit is contained in:
Benoit Bolsee 2008-11-01 17:26:34 +00:00
parent e6a2ab319f
commit 19cdef1f71

@ -319,7 +319,7 @@ void VideoFFmpeg::openCam (char * file, short camIdx)
if ((p = strchr(filename, ':')) != 0) if ((p = strchr(filename, ':')) != 0)
*p = 0; *p = 0;
} }
if (file && (p = strchr(file, ":")) != NULL) if (file && (p = strchr(file, ':')) != NULL)
formatParams.standard = p+1; formatParams.standard = p+1;
#endif #endif
//frame rate //frame rate