more compact log message:

mpeg4video: Fix doxygen comment syntax to document correct struct member

On Tue, Aug 12, 2014 at 11:55:48AM +0530, Nidhi Makhijani wrote:
> --- a/libavcodec/mpeg4video.h
> +++ b/libavcodec/mpeg4video.h
> @@ -92,11 +92,11 @@ typedef struct Mpeg4DecContext {
> -    int vol_control_parameters; /**< does the stream contain the low_delay 
> flag,
> -                                 *   used to work around buggy encoders. */
> -
> +    /** does the stream contain the low_delay flag,
> +    *   used to work around buggy encoders. */
> +    int vol_control_parameters;

You've changed the alignment of the comment stars, which were purposefully
placed.

Diego
_______________________________________________
libav-devel mailing list
libav-devel@libav.org
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to