in my MSVC project I link to an old version of libx264 by compiling it
directly in MSVC.
since this is not a recommended way of using libx264, and since I'm already
using ffmpeg for other stuff
I though of linking with an unofficial mingw
libavcodec<http://ffmpeg.arrozcru.org/builds/> r15986
and just use the libx264 functions it exports

the problem is that the first call to x264_encoder_encode crashes with
invalid access to adress 0xFFFFFFFF
I can't provide a dump because I'm using libavcodec.dll from a MSVC project.

is this approach doomed to fail or can anyone guess at a problem?
_______________________________________________
libav-user mailing list
[email protected]
https://lists.mplayerhq.hu/mailman/listinfo/libav-user

Reply via email to