Re: [FFmpeg-devel] [PATCH 5/5] fate-api-h264-slice: use the heap for nal buffer

2018-11-20 Thread Michael Niedermayer
On Wed, Nov 21, 2018 at 01:31:44AM +1100, Peter Ross wrote: > nal buffer is 512 kilobytes > --- > tests/api/api-h264-slice-test.c | 11 +-- > 1 file changed, 9 insertions(+), 2 deletions(-) will apply thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF6730BADF133611EC787040B0FAB

[FFmpeg-devel] [PATCH 5/5] fate-api-h264-slice: use the heap for nal buffer

2018-11-20 Thread Peter Ross
nal buffer is 512 kilobytes --- tests/api/api-h264-slice-test.c | 11 +-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/tests/api/api-h264-slice-test.c b/tests/api/api-h264-slice-test.c index be03e80049..181bbe5a6f 100644 --- a/tests/api/api-h264-slice-test.c +++ b/tests/ap