projects
/
profile
/
ivi
/
vaapi-intel-driver.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
2cae781
)
fix typo in upstream code
2.0
accepted/2.0/20130418.160136
submit/2.0/20130418.094724
submit/2.0/20130418.094755
author
Zhao Halley
<halley.zhao@intel.com>
Thu, 18 Apr 2013 07:54:36 +0000
(15:54 +0800)
committer
Zhao Halley
<halley.zhao@intel.com>
Thu, 18 Apr 2013 07:54:36 +0000
(15:54 +0800)
src/i965_drv_video.c
patch
|
blob
|
history
diff --git
a/src/i965_drv_video.c
b/src/i965_drv_video.c
index
380e4de
..
19c298d
100755
(executable)
--- a/
src/i965_drv_video.c
+++ b/
src/i965_drv_video.c
@@
-3519,7
+3519,7
@@
i965_hw_putimage(VADriverContextP ctx,
assert(obj_surface->fourcc);
assert(obj_surface->fourcc);
- src_surface.base = (struct object_base *)image;
+ src_surface.base = (struct object_base *)
obj_
image;
src_surface.type = I965_SURFACE_TYPE_IMAGE;
src_surface.flags = I965_SURFACE_FLAG_FRAME;
src_rect.x = src_x;
src_surface.type = I965_SURFACE_TYPE_IMAGE;
src_surface.flags = I965_SURFACE_FLAG_FRAME;
src_rect.x = src_x;