comparison dvenc.c @ 2762:137eec75e3df libavformat

Optimize memory management to create an av_packet from multiple slices: - remove memmove to pack the data, instead copy only the used areas from the temp buffer in their final position - use the minimum possible size for the av_packet (relevant when some slices are missing)
author rtogni
date Sun, 18 Nov 2007 22:40:02 +0000
parents c97fab0f9803
children d52c718e83f9
comparison
equal deleted inserted replaced
2761:5e808c3a55a8 2762:137eec75e3df