Small SendableMediaAnnouncement cleanup
authorLoic Blot <loic.blot@unix-experience.fr>
Thu, 30 Jul 2015 21:14:05 +0000 (23:14 +0200)
committerest31 <MTest31@outlook.com>
Thu, 30 Jul 2015 23:01:00 +0000 (01:01 +0200)
commit05fe9ab2d4a4be252adb456b8bc14896939e4eb7
treeed081dd09bceb897be11bc255516f0eb8c609efa
parenteb3aac20c879b9532cd3b678efb2126adcd07af7
Small SendableMediaAnnouncement cleanup

-> Remove the SendableMediaAnnouncement struct
-> Forge the packet directly in the m_media loop, spare one loop and the construction of a vector
-> Use preincrement to spare iterator copies
src/server.cpp