You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
lavu: add av_pure to av_int_list_length_for_size.
This commit is contained in:
@@ -261,7 +261,7 @@ static inline void *av_x_if_null(const void *p, const void *x)
|
|||||||
* @return length of the list, in elements, not counting the terminator
|
* @return length of the list, in elements, not counting the terminator
|
||||||
*/
|
*/
|
||||||
unsigned av_int_list_length_for_size(unsigned elsize,
|
unsigned av_int_list_length_for_size(unsigned elsize,
|
||||||
const void *list, uint64_t term);
|
const void *list, uint64_t term) av_pure;
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Compute the length of an integer list.
|
* Compute the length of an integer list.
|
||||||
|
Reference in New Issue
Block a user