Michael Niedermayer (12021-02-19): > Suggested-by: Andreas Rheinhardt > Signed-off-by: Michael Niedermayer <[email protected]> > --- > doc/APIchanges | 3 +++ > libavutil/common.h | 2 ++ > 2 files changed, 5 insertions(+)
Is it only for NULL+0 or is it for all NULL+x? It is ok to hide NULL+0, but NULL+x is a different kind of bug, more serious, but the macro hides it. Maybe add an av_assert2()? Regards, -- Nicolas George
signature.asc
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list [email protected] https://ffmpeg.org/mailman/listinfo/ffmpeg-devel To unsubscribe, visit link above, or email [email protected] with subject "unsubscribe".
