libs: codedbuf: delete a useless field.

The context field in GstVaapiCodedBuffer is not inited correctly
and is never used, just delete it.
This commit is contained in:
He Junyan 2020-01-08 23:42:21 +08:00
parent 11a8175fff
commit 40eceaf64a

View file

@ -45,7 +45,6 @@ struct _GstVaapiCodedBuffer
GstVaapiID object_id;
/*< public >*/
GstVaapiContext *context;
VACodedBufferSegment *segment_list;
};