You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavu/mem.h: fix typo
This commit is contained in:
@@ -203,7 +203,7 @@ void av_freep(void *ptr);
|
|||||||
* structures, and the element to add must be a pointer to an already
|
* structures, and the element to add must be a pointer to an already
|
||||||
* allocated structure.
|
* allocated structure.
|
||||||
*
|
*
|
||||||
* The array is reallocated when its sizes reaches powers of 2.
|
* The array is reallocated when its size reaches powers of 2.
|
||||||
* Therefore, the amortized cost of adding an element is constant.
|
* Therefore, the amortized cost of adding an element is constant.
|
||||||
*
|
*
|
||||||
* In case of success, the pointer to the array is updated in order to
|
* In case of success, the pointer to the array is updated in order to
|
||||||
|
Reference in New Issue
Block a user