Re: [FFmpeg-devel] [PATCH] avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compare

2019-10-30 Thread Michael Niedermayer
On Wed, Oct 30, 2019 at 11:58:15AM +0100, Paul B Mahol wrote: > LGTM will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB You can kill me, but you cannot change the truth. signature.asc Description: PGP signature

Re: [FFmpeg-devel] [PATCH] avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compare

2019-10-30 Thread Paul B Mahol
LGTM On 10/15/19, Zhao Zhili wrote: > --- > How about add AV_FRAME_DATA_NONE to AVFrameSideDataType? > > libavfilter/f_sidedata.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/f_sidedata.c b/libavfilter/f_sidedata.c > index 381da5a052..4210dcac4c 100644 >

Re: [FFmpeg-devel] [PATCH] avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compare

2019-10-30 Thread zhilizhao(赵志立)
> On Oct 16, 2019, at 1:17 AM, Zhao Zhili wrote: > > --- > How about add AV_FRAME_DATA_NONE to AVFrameSideDataType? Ping for the patch. > > libavfilter/f_sidedata.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/libavfilter/f_sidedata.c b/libavfilter/f_sidedata.c >

[FFmpeg-devel] [PATCH] avfilter/f_sidedata: fix Wtautological-constant-out-of-range-compare

2019-10-15 Thread Zhao Zhili
--- How about add AV_FRAME_DATA_NONE to AVFrameSideDataType? libavfilter/f_sidedata.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavfilter/f_sidedata.c b/libavfilter/f_sidedata.c index 381da5a052..4210dcac4c 100644 --- a/libavfilter/f_sidedata.c +++