diff options
author | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-12-28 09:02:16 +0000 |
---|---|---|
committer | Gwenole Beauchesne <gbeauchesne@splitted-desktop.com> | 2009-12-28 09:02:16 +0000 |
commit | 36ad2b3ee014cac0f2d688dc9ef8cc92e07f73c8 (patch) | |
tree | fc259577152ce7219f5dd94fbbbbd7c6fa776f91 /libavcodec/vaapi_internal.h | |
parent | 6399c17d545e9666e3eece87b136d0107a900c5d (diff) | |
download | ffmpeg-36ad2b3ee014cac0f2d688dc9ef8cc92e07f73c8.tar.gz |
Rename ff_vaapi_get_surface() to ff_vaapi_get_surface_id().
Originally committed as revision 20941 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavcodec/vaapi_internal.h')
-rw-r--r-- | libavcodec/vaapi_internal.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavcodec/vaapi_internal.h b/libavcodec/vaapi_internal.h index bfc0f80162..2283980a24 100644 --- a/libavcodec/vaapi_internal.h +++ b/libavcodec/vaapi_internal.h @@ -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]; } |