Mark Harris b858bcbbf6 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:18:14 -03:00
..
2016-01-28 19:49:48 -08:00
2016-01-28 19:49:48 -08:00
2015-12-15 14:16:28 +01:00
2015-10-28 09:38:21 -05:00
2015-08-19 16:15:13 +00:00
2015-08-22 10:07:05 -07:00
2015-11-01 19:35:01 -05:00
2015-09-05 18:07:20 +02:00
2015-09-05 18:07:20 +02:00
2016-12-10 23:12:20 +01:00
2016-12-10 23:12:20 +01:00
2015-10-11 18:03:10 -04:00
2016-01-13 20:00:19 -05:00
2015-11-18 22:05:16 +01:00
2015-12-07 20:28:30 +01:00
2016-08-13 13:08:57 +02:00
2016-01-28 19:49:48 -08:00
2015-05-26 18:31:53 +02:00
2017-12-02 00:28:59 +01:00
2015-12-03 04:09:48 +01:00
2016-01-11 20:53:11 -08:00