diff options
author | Austin Yuan <shengquan.yuan@intel.com> | 2011-11-16 00:59:58 -0500 |
---|---|---|
committer | Austin Yuan <shengquan.yuan@intel.com> | 2011-11-16 00:59:58 -0500 |
commit | eec97214509d2bce77bf9622157505a3b68bc74a (patch) | |
tree | b733431b923a26b8174a08534592d25922d533bf | |
parent | 824a28b40129a1f5467fa87f0442d1d6c118965a (diff) |
va_tpi.h: corret a typo (Kbuf->KBuf)
Signed-off-by: Austin Yuan <shengquan.yuan@intel.com>
-rw-r--r-- | va/va_tpi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/va/va_tpi.h b/va/va_tpi.h index 320a358..921c8fe 100644 --- a/va/va_tpi.h +++ b/va/va_tpi.h @@ -96,7 +96,7 @@ VAStatus vaCreateSurfacesForUserPtr( /* * Create surface from the Kernel buffer */ -VAStatus vaCreateSurfaceFromKbuf( +VAStatus vaCreateSurfaceFromKBuf( VADisplay dpy, int width, int height, |