Fixing the android build

The build broke due to r5222.

BUG=2436
TBR=mflodman@webrtc.org

Review URL: https://webrtc-codereview.appspot.com/5079004

git-svn-id: http://webrtc.googlecode.com/svn/trunk@5224 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
henrik.lundin@webrtc.org 2013-12-05 13:24:25 +00:00
parent c49d5b7df8
commit 07fcc4f2fa

View File

@ -232,6 +232,8 @@ class VideoCallbackAndroid: public ViEDecoderObserver,
// "SendRate frameRate %d bitrate %d\n",frameRate,bitrate);
}
virtual void SuspendChange(int video_channel, bool is_suspended) {}
public:
VideoEngineData& _vieData;
JNIEnv * _env;