Loading include/private/media/VideoFrame.h +3 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,8 @@ public: class VideoFrame { public: VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0) {} VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0), mRotationAngle(0) {} VideoFrame(const VideoFrame& copy) { mWidth = copy.mWidth; Loading @@ -105,6 +106,7 @@ public: mSize = 0; } } mRotationAngle = copy.mRotationAngle; } ~VideoFrame() { Loading Loading
include/private/media/VideoFrame.h +3 −1 Original line number Diff line number Diff line Loading @@ -88,7 +88,8 @@ public: class VideoFrame { public: VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0) {} VideoFrame(): mWidth(0), mHeight(0), mDisplayWidth(0), mDisplayHeight(0), mSize(0), mData(0), mRotationAngle(0) {} VideoFrame(const VideoFrame& copy) { mWidth = copy.mWidth; Loading @@ -105,6 +106,7 @@ public: mSize = 0; } } mRotationAngle = copy.mRotationAngle; } ~VideoFrame() { Loading