> 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
_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to