diff options
author | Diego Biurrun <diego@biurrun.de> | 2009-02-15 17:42:08 +0000 |
---|---|---|
committer | Diego Biurrun <diego@biurrun.de> | 2009-02-15 17:42:08 +0000 |
commit | f602b044b55b986eba91aeeb598321b55c59715e (patch) | |
tree | 4b92281c7e73b3cdb05840974130933868898a08 /libavcodec/xvmc.h | |
parent | 11f8aa042dc4708d3d80465fa44aefd116a9bf77 (diff) | |
download | ffmpeg-f602b044b55b986eba91aeeb598321b55c59715e.tar.gz |
Rename xvmc_pixfmt_render structure to xvmc_pix_fmt.
Originally committed as revision 17339 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/xvmc.h')
-rw-r--r-- | libavcodec/xvmc.h | 2 |
1 files changed, 1 insertions, 1 deletions
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. */ |