Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNicolas George <nicolas.george@normalesup.org>2013-04-13 13:37:16 +0400
committerNicolas George <nicolas.george@normalesup.org>2013-04-13 22:19:24 +0400
commit76c8060654f01aa270b9169b884902289a7ebf64 (patch)
tree47e4c51e034dd476c05b5234d07bce0a2e3dd3d0 /libavutil/avutil.h
parent6fbb21d6858b9d0152f89e1b30ffe683a9d33948 (diff)
lavu: add av_pure to av_int_list_length_for_size.
Diffstat (limited to 'libavutil/avutil.h')
-rw-r--r--libavutil/avutil.h2
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.