Media_Dev

ffmpeg linking error C3861: 'img_convert': identifier not found

jaster 2010. 1. 18. 14:45
반응형

If you using a FFmpeg Revision 13712

imgconvert is the old code that converted colorspaces and re-sized images.
It has been deprecated and finally removed from FFmpeg some time ago.
You should update the code to use swscale instead.
반응형