Re: [FFmpeg-devel] [PATCH 1/3] libavcodec/cbs: Add ability to keep the units array.

2019-02-10 Thread Andreas Rheinhardt
Mark Thompson: > On 05/02/2019 20:08, Andreas Rheinhardt wrote: >> Currently, a fragment's unit array is constantly reallocated during >> splitting of a packet. This commit adds the ability to keep the unit >> array by distinguishing between the number of allocated and the number >> of valid units

Re: [FFmpeg-devel] [PATCH 1/3] libavcodec/cbs: Add ability to keep the units array.

2019-02-10 Thread Mark Thompson
On 05/02/2019 20:08, Andreas Rheinhardt wrote: > Currently, a fragment's unit array is constantly reallocated during > splitting of a packet. This commit adds the ability to keep the unit > array by distinguishing between the number of allocated and the number > of valid units in the unit array. >

[FFmpeg-devel] [PATCH 1/3] libavcodec/cbs: Add ability to keep the units array.

2019-02-05 Thread Andreas Rheinhardt
Currently, a fragment's unit array is constantly reallocated during splitting of a packet. This commit adds the ability to keep the unit array by distinguishing between the number of allocated and the number of valid units in the unit array. Signed-off-by: Andreas Rheinhardt --- libavcodec/av1_m