[FFmpeg-cvslog] r17238 - trunk/libavcodec/xvmc.h
Diego Biurrun
diego
Sat Feb 14 18:41:37 CET 2009
On Sat, Feb 14, 2009 at 05:30:59PM +0100, iive wrote:
>
> Log:
> describe idct variable in xvmc struct
>
> --- trunk/libavcodec/xvmc.h Sat Feb 14 17:24:45 2009 (r17237)
> +++ trunk/libavcodec/xvmc.h Sat Feb 14 17:30:57 2009 (r17238)
> @@ -47,7 +41,7 @@ struct xvmc_render_state {
> - int idct; //Do we use IDCT acceleration?
> + int idct; //< indicate that IDCT acceleration level is used
This is not a Doxygen comment, it should be ///<, i.e. three slashes.
Diego
More information about the ffmpeg-cvslog
mailing list