VideoPlayer bug on Android!

Hi,

I found an issues of VideoPlayer on Android. Video dimension not correct.
In Cocos2dxVideoView.Java:
line122 and line327
fixSize(mViewLeft, mViewTop, mViewWidth, mVideoHeight);

change mVideoHeight to mViewHeight -> bug fixed.

If this is the right solution, please apply it with next release.

thanks!

Line 122 of same file has the same bug