Commit c25b4e35 authored by Jean-Paul Saman's avatar Jean-Paul Saman

VAAPI-X11: remove unused member from picture_sys_t

parent 1701048c
......@@ -87,9 +87,6 @@ typedef struct
/* picture_sys_t */
struct picture_sys_t
{
/* */
vlc_object_t *obj;
/* Link surface with picture_sys_t permanently */
VASurfaceID i_id;
int i_refcount;
......
......@@ -1374,7 +1374,6 @@ static picture_pool_t *Pool (vout_display_t *vd, unsigned requested_count)
pic_sys->i_id = VA_INVALID_SURFACE;
pic_sys->i_refcount = 0;
pic_sys->i_cache = 0;
pic_sys->obj = VLC_OBJECT(vd);
pic_array[count] = pic;
pic_array[count]->b_progressive = true;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment