]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - client.h
fixed several crashes in video capture code when files fail to open
[xonotic/darkplaces.git] / client.h
index 6fa4b32e9748fed5e31d883e74b2d89816614eea..ee59f088531e84785aaac7717cb683ddf692e8b3 100644 (file)
--- a/client.h
+++ b/client.h
@@ -503,6 +503,7 @@ typedef struct client_static_s
        qfile_t *capturevideo_soundfile;
        short capturevideo_rgbtoyuvscaletable[3][3][256];
        unsigned char capturevideo_yuvnormalizetable[3][256];
+       char capturevideo_basename[64];
 }
 client_static_t;