From f602b044b55b986eba91aeeb598321b55c59715e Mon Sep 17 00:00:00 2001 From: Diego Biurrun Date: Sun, 15 Feb 2009 17:42:08 +0000 Subject: Rename xvmc_pixfmt_render structure to xvmc_pix_fmt. Originally committed as revision 17339 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavcodec/xvmc.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavcodec/xvmc.h') diff --git a/libavcodec/xvmc.h b/libavcodec/xvmc.h index 2c189ff80f..95343e9ad9 100644 --- a/libavcodec/xvmc.h +++ b/libavcodec/xvmc.h @@ -33,7 +33,7 @@ #define AV_XVMC_RENDER_MAGIC 0x1DC711C0 /**< magic value to ensure that regular pixel routines haven't corrupted the struct */ // 1337 IDCT MCo -struct xvmc_pixfmt_render { +struct xvmc_pix_fmt { /** Set by calling application Once set these values are not supposed to be modified. */ -- cgit v1.2.3