[MPlayer-cvslog] r21381 - trunk/loader/win32.c

Roberto Togni rxt at rtogni.it
Sun Dec 3 18:22:38 CET 2006


On Wed, 29 Nov 2006 13:20:06 +0100 (CET)
reimar <subversion at mplayerhq.hu> wrote:

> Author: reimar
> Date: Wed Nov 29 13:20:05 2006
> New Revision: 21381
> 
> Modified:
>    trunk/loader/win32.c
> 
> Log:
> Change add_stub code to also work without -fomit-frame-pointer
> 
> 

One of this patches (I still have to check which one) broke printing of
unk functions.

Before:
======= Win32 (VFW) VIDEO Codec init =======
Loading codec DLL: 'frapsvid.dll'
Called unk_EnumDisplaySettingsA
Called unk__strnicmp
Loaded DLL driver frapsvid.dll at 10000000
ICOpen failed! unknown codec / wrong parameters?
VDecoder init failed :(
Opening video decoder: [ffmpeg] FFmpeg's libavcodec codec family


MPlayer interrupted by signal 8 in module: init_video_codec


After (current svn)
======= Win32 (VFW) VIDEO Codec init =======
Loading codec DLL: 'frapsvid.dll'


MPlayer interrupted by signal 11 in module: init_video_codec


To test this I used the latest fraps.dll (not the one in
codec pack) and commented out EnumDisplaySettingsA from the emulated
functions list. I think it can be reporduced with any codec.

gcc4.1.2, debian unstable

Ciao,
 Roberto



More information about the MPlayer-cvslog mailing list