On Sat, Dec 20, 2014 at 12:29:56AM +0100, Thomas Volkert wrote: > From: Thomas Volkert <tho...@homer-conferencing.com> > > --- > libavcodec/avcodec.h | 2 ++ > 1 file changed, 2 insertions(+) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > index 4b6b00c..0f69a18 100644 > --- a/libavcodec/avcodec.h > +++ b/libavcodec/avcodec.h > @@ -4900,6 +4900,8 @@ void avcodec_set_dimensions(AVCodecContext *s, int > width, int height); > /** > * Put a string representing the codec tag codec_tag in buf. > * > + * The buffer must have a size of at least 21 bytes. > + *
This doesn't use much room for improvement/change. What if we end up printing more information? I would simply say "32 is a recommended buffer size since the function do pretty printing of the tag" or something along these lines. [...] -- Clément B.
pgp9V3EfLqmYh.pgp
Description: PGP signature
_______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel