BGE Video Texture: fix constant initializer problem with Exception description. Uniformized the line ending.

This commit is contained in:
2008-11-01 12:48:46 +00:00
parent b590b121d3
commit 54401d36aa
7 changed files with 40 additions and 9 deletions

View File

@@ -265,7 +265,7 @@ void VideoFFmpeg::openCam (char * file, short camIdx)
AVInputFormat *inputFormat;
AVFormatParameters formatParams;
AVRational frameRate;
char *p, filename[28], rateStr[20];
char filename[28], rateStr[20];
do_init_ffmpeg();