mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-12-13 10:30:05 +01:00
@@ -38,7 +38,7 @@
|
||||
/** Extract VASurfaceID from a Picture */
|
||||
static inline VASurfaceID ff_vaapi_get_surface_id(Picture *pic)
|
||||
{
|
||||
return (uintptr_t)pic->data[3];
|
||||
return (uintptr_t)pic->f.data[3];
|
||||
}
|
||||
|
||||
/** Common AVHWAccel.end_frame() implementation */
|
||||
|
||||
Reference in New Issue
Block a user