From 3d438f03d30643d9d50a1f94768ce6717bb7bfcd Mon Sep 17 00:00:00 2001 From: havoc Date: Sat, 16 Sep 2006 10:42:44 +0000 Subject: [PATCH] disabled junk tag writer that I wrote for byte by byte comparisons to mencoder-processed copies of my AVI files git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6592 d7cf8633-e32d-0410-b094-e92efae38249 --- cl_screen.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cl_screen.c b/cl_screen.c index 7890134c..24421a28 100644 --- a/cl_screen.c +++ b/cl_screen.c @@ -994,6 +994,8 @@ Cr = R * .500 + G * -.419 + B * -.0813 + 128.; SCR_CaptureVideo_RIFF_Push("ISFT", NULL); SCR_CaptureVideo_RIFF_WriteTerminatedString(engineversion); SCR_CaptureVideo_RIFF_Pop(); + // enable this junk filler if you like the LIST movi to always begin at 4KB in the file (why?) +#if 0 SCR_CaptureVideo_RIFF_Push("JUNK", NULL); x = 4096 - SCR_CaptureVideo_RIFF_GetPosition(); while (x > 0) @@ -1004,6 +1006,7 @@ Cr = R * .500 + G * -.419 + B * -.0813 + 128.; x -= i; } SCR_CaptureVideo_RIFF_Pop(); +#endif SCR_CaptureVideo_RIFF_Pop(); // begin the actual video section now SCR_CaptureVideo_RIFF_Push("LIST", "movi"); -- 2.39.2