> -----Original Message----- > From: ffmpeg-devel <[email protected]> On Behalf Of > Nicolas George > Sent: Friday, June 26, 2020 7:17 AM > To: FFmpeg development discussions and patches <ffmpeg- > [email protected]> > Cc: Limin Wang <[email protected]> > Subject: Re: [FFmpeg-devel] [PATCH 4/6] avutil/bprint: use > AV_BPRINT_SIZE_AUTOMATIC instead of 1 > > [email protected] (12020-06-26): > > From: Limin Wang <[email protected]> > > > > Signed-off-by: Limin Wang <[email protected]> > > --- > > libavutil/bprint.c | 2 +- > > 1 file changed, 1 insertion(+), 1 deletion(-) > > No to gratuitous changes that pollute the log for no benefit: > AV_BPRINT_SIZE_AUTOMATIC = 1 is documented and part of the API.
Isn't it a clear benefit to have a named constant where the name of the constant indicates a meaning while a plain number does not? softworkz _______________________________________________ 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".
