mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-02-07 15:02:40 +00:00
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:
parent
11a8175fff
commit
40eceaf64a
1 changed files with 0 additions and 1 deletions
|
@ -45,7 +45,6 @@ struct _GstVaapiCodedBuffer
|
||||||
GstVaapiID object_id;
|
GstVaapiID object_id;
|
||||||
|
|
||||||
/*< public >*/
|
/*< public >*/
|
||||||
GstVaapiContext *context;
|
|
||||||
VACodedBufferSegment *segment_list;
|
VACodedBufferSegment *segment_list;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue