[MPlayer-users] Crah in mplayer at end of AVI
Arpi
arpi at thot.banki.hu
Wed Oct 9 12:58:01 CEST 2002
Hi,
> Program received signal SIGSEGV, Segmentation fault.
> [Switching to Thread 1024 (LWP 7990)]
> ICUniversalEx (hic=136782848, command=16447, lpbiFormat=0x0, lpbi=0x0)
> at vfl.c:186
> 186 icd.dxSrc=lpbiFormat->biWidth;
>
> (gdb) bt
> #0 ICUniversalEx (hic=136782848, command=16447, lpbiFormat=0x0, lpbi=0x0)
> at vfl.c:186
> #1 0x080c8a29 in uninit (sh=0x82743f8) at vd_vfw.c:260
hmm.
could you try this patch:
Index: loader/wine/vfw.h
===================================================================
RCS file: /cvsroot/mplayer/main/loader/wine/vfw.h,v
retrieving revision 1.11
diff -u -r1.11 vfw.h
--- loader/wine/vfw.h 13 Sep 2002 19:43:17 -0000 1.11
+++ loader/wine/vfw.h 9 Oct 2002 10:46:25 -0000
@@ -423,7 +423,7 @@
)
#define ICDecompressEnd(hic) ICSendMessage(hic, ICM_DECOMPRESS_END, 0, 0)
-#define ICDecompressEndEx(hic) ICUniversalEx(hic,ICM_DECOMPRESSEX_END, 0, 0)
+#define ICDecompressEndEx(hic) ICSendMessage(hic,ICM_DECOMPRESSEX_END, 0, 0)
#define ICDRAW_QUERY 0x00000001L /* test for support */
#define ICDRAW_FULLSCREEN 0x00000002L /* draw to full screen */
tell me if works or not
A'rpi / Astral & ESP-team
--
Developer of MPlayer, the Movie Player for Linux - http://www.MPlayerHQ.hu
More information about the MPlayer-users
mailing list