diff options
author | Nicolas George <nicolas.george@normalesup.org> | 2013-04-13 11:37:16 +0200 |
---|---|---|
committer | Nicolas George <nicolas.george@normalesup.org> | 2013-04-13 20:19:24 +0200 |
commit | 76c8060654f01aa270b9169b884902289a7ebf64 (patch) | |
tree | 47e4c51e034dd476c05b5234d07bce0a2e3dd3d0 /libavutil | |
parent | 6fbb21d6858b9d0152f89e1b30ffe683a9d33948 (diff) | |
download | ffmpeg-76c8060654f01aa270b9169b884902289a7ebf64.tar.gz |
lavu: add av_pure to av_int_list_length_for_size.
Diffstat (limited to 'libavutil')
-rw-r--r-- | libavutil/avutil.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavutil/avutil.h b/libavutil/avutil.h index d71eb1ef4c..fd9bdc88a7 100644 --- a/libavutil/avutil.h +++ b/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. |