comparison 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
comparison
equal deleted inserted replaced
10722:de2a496db0e5 10723:3f08c340020f
34 * 34 *
35 * @{ 35 * @{
36 */ 36 */
37 37
38 /** Extract VASurfaceID from a Picture */ 38 /** Extract VASurfaceID from a Picture */
39 static inline VASurfaceID ff_vaapi_get_surface(Picture *pic) 39 static inline VASurfaceID ff_vaapi_get_surface_id(Picture *pic)
40 { 40 {
41 return (uintptr_t)pic->data[3]; 41 return (uintptr_t)pic->data[3];
42 } 42 }
43 43
44 /** Common AVHWAccel.end_frame() implementation */ 44 /** Common AVHWAccel.end_frame() implementation */