medooze / media-server

WebRTC Media Server
GNU General Public License v2.0
1.36k stars 295 forks source link

Modernize AMF code #322

Closed murillo128 closed 2 months ago

murillo128 commented 2 months ago

This PR makes const methods const, modernize for loops and remove c arrays

harryz2000 commented 2 months ago

lgtm. Just a trivial comment about the order of virtual, which seems due to replace. There are a few others that in comments. Consider to search/replace to make it consistent.