Re: [FFmpeg-devel] [PATCH] swr/resample: use av_clip_int16 instead of av_clip

2015-12-24 Thread Ganesh Ajjanagadde
On Wed, Dec 23, 2015 at 5:23 PM, Michael Niedermayer wrote: > On Wed, Dec 23, 2015 at 02:50:33PM -0800, Ganesh Ajjanagadde wrote: >> Signed-off-by: Ganesh Ajjanagadde >> --- >> libswresample/resample.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > LGTM > > thx pushed, thanks

Re: [FFmpeg-devel] [PATCH] swr/resample: use av_clip_int16 instead of av_clip

2015-12-23 Thread Michael Niedermayer
On Wed, Dec 23, 2015 at 02:50:33PM -0800, Ganesh Ajjanagadde wrote: > Signed-off-by: Ganesh Ajjanagadde > --- > libswresample/resample.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB Many

[FFmpeg-devel] [PATCH] swr/resample: use av_clip_int16 instead of av_clip

2015-12-23 Thread Ganesh Ajjanagadde
Signed-off-by: Ganesh Ajjanagadde --- libswresample/resample.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libswresample/resample.c b/libswresample/resample.c index 6c83eef..7e3bda5 100644 --- a/libswresample/resample.c +++ b/libswresample/resample.c @@ -200,7 +200,7 @