X-Git-Url: http://git.xonotic.org/?a=blobdiff_plain;f=cap_ogg.h;h=a6f4bd087c475f92662169daaaa37e3975e61262;hb=29ce56ba27fddfa84b758ced78a0f657f77281f9;hp=287e96a0e0e029c041dc8a23b15ecf863fd58d46;hpb=624b2a6616c0e07574000dba59e0f46c8f12d8f9;p=xonotic%2Fdarkplaces.git diff --git a/cap_ogg.h b/cap_ogg.h index 287e96a0..a6f4bd08 100644 --- 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();