SWS_FAST_BILINEAR,0,0,0);if(!vctx) { LOGE("sws_getCachedContext failed!"); }else{//开始像素格式转换uint8_t *data[AV_NUM_DATA_POINTERS] = {0}; data[0] = (uint8_t *)rgb;intlines[AV_NUM_DATA_POINTERS] = {0}; lines[0] = outWidth *4;inth =sws_scale( vctx, (constuint...