Re: [Libav-user] inttypes.h confusion

2013-02-16 Thread Nicolas George
Le septidi 27 pluviôse, an CCXXI, Dolevo Jay a écrit : > I am currently using avcodec to decode my stream. As you all > know, you need to point to the right inttypes.h in order avcodec to be > working well. What? I do not who "all know" this, but it does not include many active ffmpeg developers

[Libav-user] Ordinal 139 could not be located in swscale-2.dll

2013-02-16 Thread jim morgenstern
Running Win 7, VS2010; just upgraded ffmpeg library to ffmpeg-1.1.1 win 32 dev for libraries and win32-shared for dlls. Ran my program under debug mode and it runs fine. Changed to Release mode, recompiled all and tried to run. Immediately I get the error message Ordinal 139 could not be loca

Re: [Libav-user] Ordinal 139 could not be located in swscale-2.dll

2013-02-16 Thread Jan Ehrhardt
jim morgenstern in gmane.comp.video.ffmpeg.libav.user (Sat, 16 Feb 2013 16:50:59 -0500): >Running Win 7, VS2010; just upgraded ffmpeg library to ffmpeg-1.1.1 win 32 >dev for libraries and win32-shared for dlls. > >Ran my program under debug mode and it runs fine. Changed to Release mode, >recompil