Re: [FFmpeg-devel] [PATCH 3/5] lavu/jni: add helpers to manage android application contexts

2015-10-12 Thread Matthieu Bouron
On Sun, Oct 11, 2015 at 09:13:39AM -0400, Ronald S. Bultje wrote: > Hi, > > On Fri, Oct 9, 2015 at 12:26 PM, Matthieu Bouron > wrote: > > > From: Matthieu Bouron > > > > --- > > libavutil/jni.c | 104 > > +++ > > libavutil/jni.h |

Re: [FFmpeg-devel] [PATCH 3/5] lavu/jni: add helpers to manage android application contexts

2015-10-11 Thread Ronald S. Bultje
Hi, On Fri, Oct 9, 2015 at 12:26 PM, Matthieu Bouron wrote: > From: Matthieu Bouron > > --- > libavutil/jni.c | 104 > +++ > libavutil/jni.h | 28 + > libavutil/jni_internal.c | 30 ++ > libavutil/jni_inter

Re: [FFmpeg-devel] [PATCH 3/5] lavu/jni: add helpers to manage android application contexts

2015-10-09 Thread Zhang Rui
2015-10-10 0:26 GMT+08:00 Matthieu Bouron : > From: Matthieu Bouron > > --- > libavutil/jni.c | 104 > +++ > libavutil/jni.h | 28 + > libavutil/jni_internal.c | 30 ++ > libavutil/jni_internal.h | 11 +

[FFmpeg-devel] [PATCH 3/5] lavu/jni: add helpers to manage android application contexts

2015-10-09 Thread Matthieu Bouron
From: Matthieu Bouron --- libavutil/jni.c | 104 +++ libavutil/jni.h | 28 + libavutil/jni_internal.c | 30 ++ libavutil/jni_internal.h | 11 + 4 files changed, 173 insertions(+) diff --git a/libavutil/