Re: [FFmpeg-devel] [PATCH] avcodec/mediacodec_wrapper: include stdbool.h

2022-12-20 Thread Tomas Härdin
mån 2022-12-19 klockan 10:11 +0800 skrev zhilizhao(赵志立): > > > > On Dec 16, 2022, at 11:39, Zhao Zhili > > wrote: > > > > From: Zhao Zhili > > > > Since NDK failed to do that: > > https://github.com/android/ndk/issues/1281 > > --- > > libavcodec/mediacodec_wrapper.c | 1 + > > 1 file changed,

Re: [FFmpeg-devel] [PATCH] avcodec/mediacodec_wrapper: include stdbool.h

2022-12-18 Thread zhilizhao(赵志立)
> On Dec 16, 2022, at 11:39, Zhao Zhili wrote: > > From: Zhao Zhili > > Since NDK failed to do that: > https://github.com/android/ndk/issues/1281 > --- > libavcodec/mediacodec_wrapper.c | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/medi

[FFmpeg-devel] [PATCH] avcodec/mediacodec_wrapper: include stdbool.h

2022-12-15 Thread Zhao Zhili
From: Zhao Zhili Since NDK failed to do that: https://github.com/android/ndk/issues/1281 --- libavcodec/mediacodec_wrapper.c | 1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/mediacodec_wrapper.c b/libavcodec/mediacodec_wrapper.c index 7ddf93ccc7..4d6e9487b8 100644 --- a/libavcodec/