[FFmpeg-cvslog] avcodec/ffjni: Fix ;;

Michael Niedermayer git at videolan.org
Wed Mar 9 04:47:55 CET 2016


ffmpeg | branch: master | Michael Niedermayer <michael at niedermayer.cc> | Wed Mar  9 03:44:25 2016 +0100| [89862cd73401ecf1f984f93e492bf4068bc001c3] | committer: Michael Niedermayer

avcodec/ffjni: Fix ;;

Signed-off-by: Michael Niedermayer <michael at niedermayer.cc>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=89862cd73401ecf1f984f93e492bf4068bc001c3
---

 libavcodec/ffjni.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libavcodec/ffjni.c b/libavcodec/ffjni.c
index a1fbb0a..19a4475 100644
--- a/libavcodec/ffjni.c
+++ b/libavcodec/ffjni.c
@@ -192,7 +192,7 @@ char *ff_jni_jstring_to_utf_chars(JNIEnv *env, jstring string, void *log_ctx)
     if ((*env)->ExceptionCheck(env)) {
         (*env)->ExceptionClear(env);
         av_log(log_ctx, AV_LOG_ERROR, "String.releaseStringUTFChars() threw an exception\n");
-        return NULL;;
+        return NULL;
     }
 
     return ret;



More information about the ffmpeg-cvslog mailing list