Re: [FFmpeg-devel] [PATCH 05/11] avformat/mp3dec: use FFABS to instead of abs

2017-11-19 Thread Steven Liu
2017-11-16 22:58 GMT+08:00 Michael Niedermayer : > On Wed, Nov 15, 2017 at 03:44:17PM +0800, Steven Liu wrote: >> Signed-off-by: Steven Liu >> --- >> libavformat/mp3dec.c | 4 ++-- >> 1 file changed, 2 insertions(+), 2 deletions(-) > > LGTM > Pushed

Re: [FFmpeg-devel] [PATCH 05/11] avformat/mp3dec: use FFABS to instead of abs

2017-11-16 Thread Michael Niedermayer
On Wed, Nov 15, 2017 at 03:44:17PM +0800, Steven Liu wrote: > Signed-off-by: Steven Liu > --- > libavformat/mp3dec.c | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) LGTM [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

[FFmpeg-devel] [PATCH 05/11] avformat/mp3dec: use FFABS to instead of abs

2017-11-14 Thread Steven Liu
Signed-off-by: Steven Liu --- libavformat/mp3dec.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/libavformat/mp3dec.c b/libavformat/mp3dec.c index a5c4f2ea12..a76fe32e59 100644 --- a/libavformat/mp3dec.c +++ b/libavformat/mp3dec.c @@ -508,9 +508,9