Re: [FFmpeg-devel] [PATCH v2 05/11] cbs_h264: Use table-based alloc/free

2019-05-22 Thread Andreas Rheinhardt
Mark Thompson: > --- > libavcodec/cbs_h2645.c | 156 + > 1 file changed, 64 insertions(+), 92 deletions(-) > > diff --git a/libavcodec/cbs_h2645.c b/libavcodec/cbs_h2645.c > index 319202fc48..e10bb2c62b 100644 > --- a/libavcodec/cbs_h2645.c > +++ b/libavcod

[FFmpeg-devel] [PATCH v2 05/11] cbs_h264: Use table-based alloc/free

2019-05-20 Thread Mark Thompson
--- libavcodec/cbs_h2645.c | 156 + 1 file changed, 64 insertions(+), 92 deletions(-) diff --git a/libavcodec/cbs_h2645.c b/libavcodec/cbs_h2645.c index 319202fc48..e10bb2c62b 100644 --- a/libavcodec/cbs_h2645.c +++ b/libavcodec/cbs_h2645.c @@ -442,51 +442,