Re: [FFmpeg-devel] [PATCH] avfilter/vf_thumbnail: use the name 's' for the pointer to the private context

2015-09-08 Thread Paul B Mahol
On 9/6/15, Ganesh Ajjanagadde wrote: > On Sun, Sep 6, 2015 at 4:52 AM, Clement Boesch wrote: >> On Fri, Sep 04, 2015 at 08:20:53AM -0700, Ganesh Ajjanagadde wrote: >>> Signed-off-by: Ganesh Ajjanagadde >>> --- >>>

Re: [FFmpeg-devel] [PATCH] avfilter/vf_thumbnail: use the name 's' for the pointer to the private context

2015-09-06 Thread Clément Bœsch
On Fri, Sep 04, 2015 at 08:20:53AM -0700, Ganesh Ajjanagadde wrote: > Signed-off-by: Ganesh Ajjanagadde > --- > libavfilter/vf_thumbnail.c | 58 > +++--- > 1 file changed, 29 insertions(+), 29 deletions(-) > Yeah sure ok --

Re: [FFmpeg-devel] [PATCH] avfilter/vf_thumbnail: use the name 's' for the pointer to the private context

2015-09-06 Thread Ganesh Ajjanagadde
On Sun, Sep 6, 2015 at 4:52 AM, Clément Bœsch wrote: > On Fri, Sep 04, 2015 at 08:20:53AM -0700, Ganesh Ajjanagadde wrote: >> Signed-off-by: Ganesh Ajjanagadde >> --- >> libavfilter/vf_thumbnail.c | 58 >> +++--- >> 1

[FFmpeg-devel] [PATCH] avfilter/vf_thumbnail: use the name 's' for the pointer to the private context

2015-09-04 Thread Ganesh Ajjanagadde
Signed-off-by: Ganesh Ajjanagadde --- libavfilter/vf_thumbnail.c | 58 +++--- 1 file changed, 29 insertions(+), 29 deletions(-) diff --git a/libavfilter/vf_thumbnail.c b/libavfilter/vf_thumbnail.c index d70d063..c378791 100644 ---