]> git.sesse.net Git - ffmpeg/blobdiff - libavcodec/ffjni.c
vorbisenc: Stop tracking number of samples per frame
[ffmpeg] / libavcodec / ffjni.c
index b2bcae96020be6d328d577faa73e9d213c6debca..f5b581f0f685c0ddb9180c5f952f069667ba9689 100644 (file)
@@ -85,7 +85,7 @@ JNIEnv *ff_jni_get_env(void *log_ctx)
         av_log(log_ctx, AV_LOG_ERROR, "The specified JNI version is not supported\n");
         break;
     default:
-        av_log(log_ctx, AV_LOG_ERROR, "Failed to get the JNI environment attached to this thread");
+        av_log(log_ctx, AV_LOG_ERROR, "Failed to get the JNI environment attached to this thread\n");
         break;
     }