[Ffmpeg-devel] [PATCH 01/31] Doxygenize existing comments
Benoit Fouet
benoit.fouet
Mon Mar 5 08:44:05 CET 2007
Hi,
takis.issaris at uhasselt.be wrote:
> diff --git a/libavformat/avformat.h b/libavformat/avformat.h
> index 22abd75..f97dee9 100644
> --- a/libavformat/avformat.h
> +++ b/libavformat/avformat.h
> @@ -286,22 +288,22 @@ typedef struct AVStream {
> * identically 1.
> */
> AVRational time_base;
> - int pts_wrap_bits; /* number of bits in pts (used for wrapping control) */
> + int pts_wrap_bits; /**< number of bits in pts (used for wrapping control) */
> /* ffmpeg.c private use */
> - int stream_copy; /* if TRUE, just copy stream */
> + int stream_copy; /* *<if TRUE, just copy stream */
>
you maybe need to suppress the space character, no ?
Ben
More information about the ffmpeg-devel
mailing list