On Mon, Dec 30, 2013 at 09:27:53AM +0100, Luca Barbato wrote:
> --- a/libavutil/avutil.h
> +++ b/libavutil/avutil.h
> @@ -281,4 +270,41 @@ char av_get_picture_type_char(enum AVPictureType 
> pict_type);
> +/**
> + * Return the integer representation of the internal time base
> + */
> +
> +/**
> + * Return the fractional representation of the internal time base
> + */

End sentences in periods.

> +#if FF_API_TIME_BASE
> +/**
> + * Internal time base represented as integer
> + *
> + * @deprecated use av_time_base().
> + */
> +
> +#define AV_TIME_BASE            1000000
> +
> +/**
> + * Internal time base represented as fractional value
> + *
> + * @deprecated use av_time_base_q().
> + */
> +
> +#define AV_TIME_BASE_Q          (AVRational){1, AV_TIME_BASE}
> +#endif

Please comment the #endif.

Diego
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to