diff vaapi_internal.h @ 10723:3f08c340020f libavcodec

Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
author gb
date Mon, 28 Dec 2009 09:02:16 +0000
parents f0732d44f655
children de8d07d87c45
line wrap: on
line diff
--- a/vaapi_internal.h	Sun Dec 27 14:32:23 2009 +0000
+++ b/vaapi_internal.h	Mon Dec 28 09:02:16 2009 +0000
@@ -36,7 +36,7 @@
  */
 
 /** Extract VASurfaceID from a Picture */
-static inline VASurfaceID ff_vaapi_get_surface(Picture *pic)
+static inline VASurfaceID ff_vaapi_get_surface_id(Picture *pic)
 {
     return (uintptr_t)pic->data[3];
 }