The error is shown in the title. The reason is that the imported ffmpeg header file is not prefixed with extern “C”. The symbol import error occurs when the C library is used in C + +. The solution is to add a prefix.
The error is shown in the title. The reason is that the imported ffmpeg header file is not prefixed with extern “C”. The symbol import error occurs when the C library is used in C + +. The solution is to add a prefix.