mirror of
https://gitee.com/openharmony/third_party_ffmpeg
synced 2024-11-27 05:00:37 +00:00
lavu: add av_pure to av_int_list_length_for_size.
This commit is contained in:
parent
6fbb21d685
commit
76c8060654
@ -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…
Reference in New Issue
Block a user