mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-28 18:18:38 +00:00
omxvideoenc: drop unused data member
This commit is contained in:
parent
0b348473fa
commit
118c023f55
1 changed files with 0 additions and 3 deletions
|
@ -50,9 +50,6 @@ struct _GstOMXVideoEnc
|
||||||
GstVideoEncoder parent;
|
GstVideoEncoder parent;
|
||||||
|
|
||||||
/* < protected > */
|
/* < protected > */
|
||||||
|
|
||||||
GstOMXClassData cdata;
|
|
||||||
|
|
||||||
GstOMXComponent *enc;
|
GstOMXComponent *enc;
|
||||||
GstOMXPort *enc_in_port, *enc_out_port;
|
GstOMXPort *enc_in_port, *enc_out_port;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue