Closed KevinMottashed closed 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.
Merged packet classes and refactored video data
Closed by cab6be1df2669e7c20df41c366f41edc5483b0a1 Closed by cab6be1df2669e7c20df41c366f41edc5483b0a1
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.