summaryrefslogtreecommitdiff
path: root/src/i830_video.c
diff options
context:
space:
mode:
authorZhenyu Wang <zhenyu.z.wang@intel.com>2007-11-15 15:01:56 +0800
committerZhenyu Wang <zhenyu.z.wang@intel.com>2007-11-15 15:01:56 +0800
commit06c0579df8d45f7f04b96956353d5f86cf59148f (patch)
tree730196ae84bca427521eac88b1addce167f679d2 /src/i830_video.c
parent4983e3401390654098dbf99dcfb45bab060b068c (diff)
xvmc: some code clean up
Diffstat (limited to 'src/i830_video.c')
-rw-r--r--src/i830_video.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/i830_video.c b/src/i830_video.c
index 5cc291dd..d62c5662 100644
--- a/src/i830_video.c
+++ b/src/i830_video.c
@@ -2550,7 +2550,7 @@ I830QueryImageAttributes(ScrnInfoPtr pScrn,
break;
case FOURCC_XVMC:
*h = (*h + 1) & ~1;
- size = intel_xvmc_putimage_size(pScrn);
+ size = intel_xvmc_put_image_size(pScrn);
if (pitches)
pitches[0] = size;
break;