Re: [FFmpeg-devel] [PATCH] avcodec/tests: added test for celp_math.c

2017-03-24 Thread Michael Niedermayer
On Thu, Mar 23, 2017 at 10:48:28PM -0700, Thomas Turner wrote: > Signed-off-by: Thomas Turner > --- > libavcodec/Makefile | 1 + > libavcodec/tests/celp_math.c | 48 > > tests/fate/libavcodec.mak| 5 + > 3 files changed, 54 insertio

[FFmpeg-devel] [PATCH] avcodec/tests: added test for celp_math.c

2017-03-23 Thread Thomas Turner
Signed-off-by: Thomas Turner --- libavcodec/Makefile | 1 + libavcodec/tests/celp_math.c | 48 tests/fate/libavcodec.mak| 5 + 3 files changed, 54 insertions(+) create mode 100644 libavcodec/tests/celp_math.c diff --git a/libavcode

Re: [FFmpeg-devel] [PATCH] avcodec/tests: added test for celp_math.c

2017-03-23 Thread Thomas Turner
On Thu, Mar 23, 2017 at 6:34 AM, Michael Niedermayer wrote: > > On Thu, Mar 23, 2017 at 02:18:53AM -0700, Thomas Turner wrote: > > Signed-off-by: Thomas Turner > > --- > > libavcodec/Makefile | 1 + > > libavcodec/tests/celp_math.c | 22 ++ > > tests/fate/libavcode

Re: [FFmpeg-devel] [PATCH] avcodec/tests: added test for celp_math.c

2017-03-23 Thread Michael Niedermayer
On Thu, Mar 23, 2017 at 02:18:53AM -0700, Thomas Turner wrote: > Signed-off-by: Thomas Turner > --- > libavcodec/Makefile | 1 + > libavcodec/tests/celp_math.c | 22 ++ > tests/fate/libavcodec.mak| 5 + > 3 files changed, 28 insertions(+) > create mode 1006

Re: [FFmpeg-devel] [PATCH] avcodec/tests: added test for celp_math.c

2017-03-23 Thread Michael Niedermayer
On Thu, Mar 23, 2017 at 02:18:53AM -0700, Thomas Turner wrote: > Signed-off-by: Thomas Turner > --- > libavcodec/Makefile | 1 + > libavcodec/tests/celp_math.c | 22 ++ > tests/fate/libavcodec.mak| 5 + > 3 files changed, 28 insertions(+) > create mode 100

[FFmpeg-devel] [PATCH] avcodec/tests: added test for celp_math.c

2017-03-23 Thread Thomas Turner
Signed-off-by: Thomas Turner --- libavcodec/Makefile | 1 + libavcodec/tests/celp_math.c | 22 ++ tests/fate/libavcodec.mak| 5 + 3 files changed, 28 insertions(+) create mode 100644 libavcodec/tests/celp_math.c diff --git a/libavcodec/Makefile b/libavcode