KevinMottashed / OfficeSlingshot3D

Video conferencing system with haptic interface and slingshots.
4 stars 2 forks source link

Refactor VideoData class #131

Closed KevinMottashed closed 14 years ago

KevinMottashed commented 14 years ago

The VideoData class currently has a pointer to the video data bytes. It should actually contain the video data bytes in a vector. Having a pointer like that is just asking for a dangling pointer.

KevinMottashed commented 14 years ago

Merged packet classes and refactored video data

Closed by cab6be1df2669e7c20df41c366f41edc5483b0a1 Closed by cab6be1df2669e7c20df41c366f41edc5483b0a1