Re: [FFmpeg-devel] [PATCH 2/2] lavc/ffjni: add missing '\n'

2017-05-23 Thread Matthieu Bouron
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

Re: [FFmpeg-devel] [PATCH 2/2] lavc/ffjni: add missing '\n'

2017-05-22 Thread Matthieu Bouron
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");

Re: [FFmpeg-devel] [PATCH 2/2] lavc/ffjni: add missing '\n'

2017-05-21 Thread Matthieu Bouron
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

Re: [FFmpeg-devel] [PATCH 2/2] lavc/ffjni: add missing '\n'

2017-05-21 Thread Carl Eugen Hoyos
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

[FFmpeg-devel] [PATCH 2/2] lavc/ffjni: add missing '\n'

2017-05-21 Thread Matthieu Bouron
--- 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,