sws_getContext,sws_scale


  最大支持的图像大小,sws_getContext 源码中:

 00839     if(srcW > VOFW || dstW > VOFW) {
00840         av_log(NULL, AV_LOG_ERROR, "swScaler: Compile-time maximum width is "AV_STRINGIFY(VOFW)" change VOF/VOFW and recompile\n");
00841         return NULL;
00842     }


#define VOFW   2048

http://ffmpeg.org/doxygen/0.6/libswscale_2utils_8c-source.html#l00782

 


免责声明!

本站转载的文章为个人学习借鉴使用,本站对版权不负任何法律责任。如果侵犯了您的隐私权益,请联系本站邮箱yoyou2525@163.com删除。



 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM