Fix clang build break
TBR=henrike@webrtc.org Review URL: https://webrtc-codereview.appspot.com/2350004 git-svn-id: http://webrtc.googlecode.com/svn/trunk@4917 4adac7df-926f-26a2-2b94-8c16560cd09d
This commit is contained in:
parent
6c82e04cee
commit
a7266ca134
@ -1583,7 +1583,7 @@ JOW(void, VideoSource_restart)(
|
||||
StartCapturing(cricket::VideoFormat(*format));
|
||||
}
|
||||
|
||||
JOW(jboolean, VideoSource_freeNativeVideoFormat)(
|
||||
JOW(void, VideoSource_freeNativeVideoFormat)(
|
||||
JNIEnv* jni, jclass, jlong j_p) {
|
||||
delete reinterpret_cast<cricket::VideoFormatPod*>(j_p);
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user