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..
}
_______________________________________________
Libav-user mailing list
[email protected]
https://ffmpeg.org/mailman/listinfo/libav-user
To unsubscribe, visit link above, or email
[email protected] with subject "unsubscribe".