We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58f7a8e commit 1f46905Copy full SHA for 1f46905
lib/sequence/sequence.c
@@ -291,8 +291,8 @@ static void Allocate_videoFrame(void)
291
RGBAframe = malloc(videodata.ti.frame_width * videodata.ti.frame_height * 4);
292
}
293
294
-static int texture_width = 512;
295
-static int texture_height = 512;
+static int texture_width = 1024;
+static int texture_height = 1024;
296
static GLuint video_texture;
297
298
#define Vclip( x ) ( (x > 0) ? ((x < 255) ? x : 255) : 0 )
0 commit comments