[FFmpeg-devel] [PATCH] Document ff_copy_bits()

Diego Biurrun diego
Sat Apr 11 12:11:59 CEST 2009


On Sat, Apr 11, 2009 at 11:38:13AM +0200, Stefano Sabatini wrote:
> --- ffmpeg.orig/libavcodec/bitstream.h	2009-04-11 11:14:08.000000000 +0200
> +++ ffmpeg/libavcodec/bitstream.h	2009-04-11 11:14:37.000000000 +0200
> @@ -167,6 +167,12 @@
> +
> +/**
> + * Puts in the bitstream the content of \p src.

This sounds awkward.  It's also a construction you use very much so I
expect it to be the norm in Italian.  In English however, you should use

  Puts <what> <where>.

rather than

  Puts <where> <what>.

This applies to your other patches as well.

Diego



More information about the ffmpeg-devel mailing list