forked from FFmpeg/FFmpeg
lavu: add av_pure to av_int_list_length_for_size.
This commit is contained in:
parent
6fbb21d685
commit
76c8060654
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
*/
|
||||
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.
|
||||
|
|
Loading…
Add table
Reference in a new issue