On Mon, May 22, 2017 at 06:20:07PM +0200, Matthieu Bouron wrote:
> On Sun, May 21, 2017 at 06:56:42PM +0200, Matthieu Bouron wrote:
> > On Sun, May 21, 2017 at 06:36:10PM +0200, Carl Eugen Hoyos wrote:
> > > 2017-05-21 18:17 GMT+02:00 Matthieu Bouron :
> > >
> > > > -av_log(log_ctx, AV_LOG
On Sun, May 21, 2017 at 06:56:42PM +0200, Matthieu Bouron wrote:
> On Sun, May 21, 2017 at 06:36:10PM +0200, Carl Eugen Hoyos wrote:
> > 2017-05-21 18:17 GMT+02:00 Matthieu Bouron :
> >
> > > -av_log(log_ctx, AV_LOG_ERROR, "Failed to get the JNI environment
> > > attached to this thread");
On Sun, May 21, 2017 at 06:36:10PM +0200, Carl Eugen Hoyos wrote:
> 2017-05-21 18:17 GMT+02:00 Matthieu Bouron :
>
> > -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 environm
2017-05-21 18:17 GMT+02:00 Matthieu Bouron :
> -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");
Please commit such fixes without sending
---
libavcodec/ffjni.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavcodec/ffjni.c b/libavcodec/ffjni.c
index b2bcae9602..f5b581f0f6 100644
--- a/libavcodec/ffjni.c
+++ b/libavcodec/ffjni.c
@@ -85,7 +85,7 @@ JNIEnv *ff_jni_get_env(void *log_ctx)
av_log(log_ctx,