Skip to content
Snippets Groups Projects
Commit f0915760 authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix msvc compile

parent 8baff403
No related branches found
No related tags found
No related merge requests found
......@@ -115,6 +115,7 @@
* HEADER FILES *
*==============*/
#include <string.h>
#include <assert.h>
#include "all.h"
#include "mtypes.h"
......
......@@ -185,7 +185,7 @@ static int numI, numP, numB;
/* important -- don't initialize anything here */
/* must be re-initted anyway in GenMPEGStream */
extern int IOtime;
extern time_t IOtime;
extern boolean resizeFrame;
extern int outputWidth, outputHeight;
int gopSize = 100; /* default */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment