Mark Harris 9d3509f401 avutil/mem: Fix invalid use of av_alloc_size
The alloc_size attribute is valid only on functions that return a
pointer.  GCC 9 (not yet released) warns about invalid usage:

./libavutil/mem.h:342:1: warning: 'alloc_size' attribute ignored on a function returning int' [-Wattributes]
  342 | av_alloc_size(2, 3) int av_reallocp_array(void *ptr, size_t nmemb, size_t size);
      | ^~~~~~~~~~~~~

Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
(cherry picked from commit 4361293fcf59edb56879c36edcd25f0a91e0edf8)
2019-07-23 01:22:27 -03:00
..
2016-10-02 19:35:55 +02:00
2016-10-02 19:35:55 +02:00
2016-02-18 11:55:00 +01:00
2016-05-04 18:16:21 +02:00
2017-01-30 11:04:31 +01:00
2016-06-03 14:49:56 +02:00
2016-08-02 07:50:44 -07:00
2016-11-23 02:01:05 +01:00
2017-03-20 08:02:30 +01:00
2016-08-02 21:52:40 -07:00
2017-12-30 21:11:31 +01:00
2017-03-22 17:40:03 +01:00
2016-10-21 23:58:47 +02:00
2017-04-02 19:49:45 +02:00