Re: [FFmpeg-devel] [PATCH 1/2] tests/api-seek: make the crc array uint32_t

2017-03-12 Thread James Almer
On 3/12/2017 9:42 AM, Michael Niedermayer wrote: > On Sat, Mar 11, 2017 at 08:33:52PM -0300, James Almer wrote: >> Signed-off-by: James Almer >> --- >> tests/api/api-seek-test.c | 17 + >> 1 file changed, 9 insertions(+), 8 deletions(-) >> > > LGTM > > thx Pushed _

Re: [FFmpeg-devel] [PATCH 1/2] tests/api-seek: make the crc array uint32_t

2017-03-12 Thread Michael Niedermayer
On Sat, Mar 11, 2017 at 08:33:52PM -0300, James Almer wrote: > Signed-off-by: James Almer > --- > tests/api/api-seek-test.c | 17 + > 1 file changed, 9 insertions(+), 8 deletions(-) > LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB T

[FFmpeg-devel] [PATCH 1/2] tests/api-seek: make the crc array uint32_t

2017-03-11 Thread James Almer
Signed-off-by: James Almer --- tests/api/api-seek-test.c | 17 + 1 file changed, 9 insertions(+), 8 deletions(-) diff --git a/tests/api/api-seek-test.c b/tests/api/api-seek-test.c index cc3287b28f..6ef3b91933 100644 --- a/tests/api/api-seek-test.c +++ b/tests/api/api-seek-test.c