mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-26 17:18:15 +00:00
codecparsers: jpeg: add some padding to ScanHdr struct
For bits that we don't parse out at the moment.
This commit is contained in:
parent
35c819ad78
commit
bd5db4f72f
1 changed files with 6 additions and 0 deletions
|
@ -303,6 +303,12 @@ struct _GstJpegScanHdr
|
|||
{
|
||||
guint8 num_components; /* 1 .. 4 */
|
||||
GstJpegScanComponent components[GST_JPEG_MAX_SCAN_COMPONENTS];
|
||||
|
||||
/*< private >*/
|
||||
guint8 _reserved1; /* Ss */
|
||||
guint8 _reserved2; /* Se */
|
||||
guint8 _reserved3; /* Al */
|
||||
guint8 _reserved4; /* Ah */
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue