diff libmpcodecs/ve_vfw.c @ 7390:2357ee501582

fixed to comply with new loader
author alex
date Fri, 13 Sep 2002 21:55:55 +0000
parents a894e99c1e51
children f296ff05bcd0
line wrap: on
line diff
--- a/libmpcodecs/ve_vfw.c	Fri Sep 13 20:46:23 2002 +0000
+++ b/libmpcodecs/ve_vfw.c	Fri Sep 13 21:55:55 2002 +0000
@@ -61,8 +61,8 @@
 //  memset(&sh_video->o_bih, 0, sizeof(BITMAPINFOHEADER));
 //  output_bih->biSize = sizeof(BITMAPINFOHEADER);
 
-  win32_codec_name = dll_name;
-  encoder_hic = ICOpen( 0x63646976, out_fourcc, ICMODE_COMPRESS);
+//  encoder_hic = ICOpen( 0x63646976, out_fourcc, ICMODE_COMPRESS);
+    encoder_hic = ICOpen( dll_name, out_fourcc, ICMODE_COMPRESS);
   if(!encoder_hic){
     mp_msg(MSGT_WIN32,MSGL_ERR,"ICOpen failed! unknown codec / wrong parameters?\n");
     return NULL;