diff loader/dshow/DS_VideoDec.c @ 2067:a5a4143d5599

setup_FS.c -> ldt_keeper.c (avifile sync)
author arpi
date Thu, 04 Oct 2001 00:07:15 +0000
parents 9e23ceba3f65
children 4b3f3f850896
line wrap: on
line diff
--- a/loader/dshow/DS_VideoDec.c	Wed Oct 03 23:34:15 2001 +0000
+++ b/loader/dshow/DS_VideoDec.c	Thu Oct 04 00:07:15 2001 +0000
@@ -20,12 +20,11 @@
 
 #include "DS_VideoDec.h"
 
+#include "ldt_keeper.h"
+
 static void* _handle; // will be parameter later...
 static char** _d_ptr;  // will be parameter later...
 
-extern "C" void Setup_LDT_Keeper();
-extern "C" void setup_FS_Segment();
-
 extern "C" int DS_VideoDecoder_Open(char* dllname, GUID* guid, BITMAPINFOHEADER* format, int flip,char** d_ptr){
 
     Setup_LDT_Keeper();