1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2025-08-10 06:10:52 +02:00

lavu: add av_pure to av_int_list_length_for_size.

This commit is contained in:
Nicolas George
2013-04-13 11:37:16 +02:00
parent 6fbb21d685
commit 76c8060654

View File

@@ -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.