]> de.git.xonotic.org Git - xonotic/darkplaces.git/blobdiff - cap_ogg.h
capturevideo refactoring, making AVI also "just a module" for it
[xonotic/darkplaces.git] / cap_ogg.h
index 287e96a0e0e029c041dc8a23b15ecf863fd58d46..a6f4bd087c475f92662169daaaa37e3975e61262 100644 (file)
--- a/cap_ogg.h
+++ b/cap_ogg.h
@@ -1,8 +1,4 @@
-#include "snd_main.h"
 void SCR_CaptureVideo_Ogg_Init();
 qboolean SCR_CaptureVideo_Ogg_Available();
-void SCR_CaptureVideo_Ogg_Begin();
-void SCR_CaptureVideo_Ogg_EndVideo();
-void SCR_CaptureVideo_Ogg_VideoFrame();
-void SCR_CaptureVideo_Ogg_SoundFrame(const portable_sampleframe_t *paintbuffer, size_t length);
+void SCR_CaptureVideo_Ogg_BeginVideo();
 void SCR_CaptureVideo_Ogg_CloseDLL();