Re: [FFmpeg-devel] [PATCH V1 1/4] lavfi/colorspace: typedef ThreadData as all other filters

2019-10-09 Thread myp...@gmail.com
On Wed, Oct 9, 2019 at 10:52 PM Paul B Mahol wrote: > > Whole set looks fine to me. Applied, thx > > On 10/9/19, Jun Zhao wrote: > > From: Jun Zhao > > > > typedef ThreadData as all other filters. > > > > Signed-off-by: Jun Zhao > > --- > > libavfilter/vf_colorspace.c |8 > > 1

Re: [FFmpeg-devel] [PATCH V1 1/4] lavfi/colorspace: typedef ThreadData as all other filters

2019-10-09 Thread Paul B Mahol
Whole set looks fine to me. On 10/9/19, Jun Zhao wrote: > From: Jun Zhao > > typedef ThreadData as all other filters. > > Signed-off-by: Jun Zhao > --- > libavfilter/vf_colorspace.c |8 > 1 files changed, 4 insertions(+), 4 deletions(-) > > diff --git

[FFmpeg-devel] [PATCH V1 1/4] lavfi/colorspace: typedef ThreadData as all other filters

2019-10-09 Thread Jun Zhao
From: Jun Zhao typedef ThreadData as all other filters. Signed-off-by: Jun Zhao --- libavfilter/vf_colorspace.c |8 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/libavfilter/vf_colorspace.c b/libavfilter/vf_colorspace.c index 04954c1..db41f64 100644 ---