]> de.git.xonotic.org Git - xonotic/darkplaces.git/commitdiff
disabled junk tag writer that I wrote for byte by byte comparisons to mencoder-proces...
authorhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Sep 2006 10:42:44 +0000 (10:42 +0000)
committerhavoc <havoc@d7cf8633-e32d-0410-b094-e92efae38249>
Sat, 16 Sep 2006 10:42:44 +0000 (10:42 +0000)
git-svn-id: svn://svn.icculus.org/twilight/trunk/darkplaces@6592 d7cf8633-e32d-0410-b094-e92efae38249

cl_screen.c

index 7890134cf48fb3744888938eb8588e58f303dc3e..24421a2880a5afc509744d2eb902eb823ac6aa99 100644 (file)
@@ -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");