[Libav-user] Documentation

Alex Cohn alexcohn at netvision.net.il
Tue Jul 26 22:42:21 CEST 2011


> I’ve linked the appropriate libraries, but I get the message:
>
> The procedure entry point av_get_pix_fmt_name could not be located in the
dll avutil-51.dll
>
> My code does not explicitly call the function at all.
>
> <libavutil/avutil.h>, <libavcodec/avcodec.h>, <libavformat/avformat.h>,
<libswscale/swscale.h>,
>
> I am using these header and the corresponding lib files.

Maybe you forgot to wrap your #include statements in
extern "C" {
...
}

Regards,
Alex
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://ffmpeg.org/pipermail/libav-user/attachments/20110726/712d8a27/attachment.html>


More information about the Libav-user mailing list