[Libav-user] Error avformat_open_input

Gonzalo GarramuƱo ggarra13 at gmail.com
Thu Sep 3 01:25:33 EEST 2020


El 1/9/20 a las 20:47, geronimo eberle escribiĆ³:
> hellow!
> im a new user whit FFmpeg and im trying to do a video editor whit c++.

You should probably put into extern "C" the libavformat/etc. includes, like:

extern "C" {

#include <libavformat/avformat.h>

#include <libavutil/avutil.h>

...etc..

}

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://ffmpeg.org/pipermail/libav-user/attachments/20200902/e55b0ec3/attachment.html>


More information about the Libav-user mailing list