[FFmpeg-cvslog] r17338 - in trunk/libavcodec: mpegvideo_xvmc.c xvmc.h

Diego Biurrun diego
Sun Feb 15 20:04:16 CET 2009


On Sun, Feb 15, 2009 at 06:21:38PM +0100, iive wrote:
> 
> Log:
> Kill the magic
> field in xvmc structure.
> 
> --- trunk/libavcodec/xvmc.h	Sun Feb 15 17:54:02 2009	(r17337)
> +++ trunk/libavcodec/xvmc.h	Sun Feb 15 18:21:37 2009	(r17338)
> @@ -38,7 +38,7 @@ struct xvmc_pixfmt_render {
>  */
>  //@{
> -    int             magic_id;                     ///< used as a check against memory corruption by regular pixel routines or other API structure
> +    int             unique_id;                     ///< used as a check against memory corruption by regular pixel routines or other API structure

You messed up the comment alignment.

Diego




More information about the ffmpeg-cvslog mailing list