lavu: add av_pure to av_int_list_length_for_size.

pull/21/head
Nicolas George 12 years ago
parent 6fbb21d685
commit 76c8060654
  1. 2
      libavutil/avutil.h

@ -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…
Cancel
Save