> I’ve linked the appropriate libraries, but I get the message:<br>><br>> The procedure entry point av_get_pix_fmt_name could not be located in the dll avutil-51.dll<br>><br>> My code does not explicitly call the function at all.<br>
><br>> <libavutil/avutil.h>, <libavcodec/avcodec.h>, <libavformat/avformat.h>, <libswscale/swscale.h>,<br>><br>> I am using these header and the corresponding lib files.<br><br>Maybe you forgot to wrap your #include statements in<br>
extern "C" {<br>...<br>}<br><br>Regards,<br>Alex