diff options
author | Ivan Kalvachev <ikalvachev@gmail.com> | 2009-02-15 08:42:11 +0000 |
---|---|---|
committer | Ivan Kalvachev <ikalvachev@gmail.com> | 2009-02-15 08:42:11 +0000 |
commit | 095edd3e6112078be8cb9e1b866b82707a6fbac8 (patch) | |
tree | e30f43acb9e3cf6b3d8eb5a75785f33222c18795 /libavcodec/xvmc.h | |
parent | 3fff9d92dcf88dc21ffcdb4f96a94195a4087085 (diff) | |
download | ffmpeg-095edd3e6112078be8cb9e1b866b82707a6fbac8.tar.gz |
Rename xvmc_render_state to something with pixfmt in its name.
Originally committed as revision 17314 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 35fbe18dbe..71846f315a 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_render_state { +struct xvmc_pixfmt_render { /** Set by calling application Once set these values are not supposed to be modified. */ |