From 22fe3eb94f8e65ebad5d55b12c371a0b69bfc04a Mon Sep 17 00:00:00 2001
From: houxiao <houxiao@454eff88-639b-444f-9e54-f578c98de674>
Date: 星期五, 12 五月 2017 10:18:12 +0800
Subject: [PATCH] add release

---
 VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java b/VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java
index 5d1d17b..3b029de 100644
--- a/VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java
+++ b/VisitFace/RtspNativeCodec/app/src/main/java/com/example/nativecodec/NativeCodec.java
@@ -79,7 +79,7 @@
         ThisActivity = this;
 
         RtspFaceNative.init();
-        RtspFaceNative.setLocalIP("192.168.1.10");
+        RtspFaceNative.setLocalIP("192.168.1.205");
 
         mGLView1 = (MyGLSurfaceView) findViewById(R.id.glsurfaceview1);
 
@@ -214,10 +214,10 @@
                         //RtspFaceNative.setSurface(1, mSurfaceHolderDecoder1.getSurface());
 
                         Surface s = mSurfaceHolder1.getSurface();
-                        RtspFaceNative.setSurface(1, s, s);
+                        RtspFaceNative.setSurface(1, s);
 
                         Surface s2 = mSurfaceHolder2.getSurface();
-                        RtspFaceNative.setSurface(2, s2, s2);
+                        RtspFaceNative.setSurface(2, s2);
 
                         //SurfaceTexture st = mGLView1VideoSink.mMyGLSurfaceView.getSurfaceTexture();
                         //Surface sgl = new Surface(st);

--
Gitblit v1.8.0