Mark Harris 6f6cd2e29d 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:21:46 -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
2016-02-18 11:55:00 +01:00
2016-02-18 11:55:00 +01:00
2016-03-28 14:13:17 -08:00
2016-03-28 14:13:17 -08:00
2016-05-04 18:16:21 +02:00
2015-11-01 19:35:01 -05:00
2016-06-03 14:49:56 +02:00
2015-09-05 18:07:20 +02:00
2016-12-11 00:43:29 +01:00
2016-12-11 00:43:29 +01:00
2015-10-11 18:03:10 -04:00
2016-01-13 20:00:19 -05:00
2016-04-28 01:06:54 +02:00
2015-11-18 22:05:16 +01:00
2016-08-01 17:29:14 +02:00
2016-01-28 19:49:48 -08:00
2015-12-03 04:09:48 +01:00
2016-03-28 14:13:17 -08:00
2016-01-11 20:53:11 -08:00