On 2012-10-26 20:46:29 +0200, Janne Grunau wrote:
> Preventing the use of discouraged or 'insecure' external functions
> through defines in an internal header is not a good solution. The
> header is not guaranteed to be included universally which makes
> overlooking bad use of said functions during review more likely.
> 
> There are cases were those functions either are the most straight
> forward solution or even have to be used. Using malloc or free is
> required if the allocation or release is done by other libraries.
> ---
>  libavutil/internal.h | 34 ----------------------------------
>  1 file changed, 34 deletions(-)

since nobody is strictly against this I'll push this tomorrow

Janne
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to