mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
jpegdec: remove some unused members from jpegdec instance structure
This commit is contained in:
parent
6904e46ef2
commit
19b4f66014
1 changed files with 0 additions and 3 deletions
|
@ -99,9 +99,6 @@ struct _GstJpegDec {
|
|||
gint caps_width;
|
||||
gint caps_height;
|
||||
gint outsize;
|
||||
/* temp space for samples */
|
||||
gboolean direct;
|
||||
guchar **scanarray[3];
|
||||
|
||||
/* properties */
|
||||
gint idct_method;
|
||||
|
|
Loading…
Reference in a new issue