Commit 76c80606 authored by Nicolas George's avatar Nicolas George

lavu: add av_pure to av_int_list_length_for_size.

parent 6fbb21d6
......@@ -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.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment