mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-20 00:31:13 +00:00
bitreader: Add padding
This commit is contained in:
parent
e3d4875af5
commit
1cb711c1ae
1 changed files with 3 additions and 0 deletions
|
@ -44,6 +44,9 @@ typedef struct {
|
||||||
|
|
||||||
guint byte; /* Byte position */
|
guint byte; /* Byte position */
|
||||||
guint bit; /* Bit position in the current byte */
|
guint bit; /* Bit position in the current byte */
|
||||||
|
|
||||||
|
/* < private > */
|
||||||
|
gpointer _gst_reserved[GST_PADDING];
|
||||||
} GstBitReader;
|
} GstBitReader;
|
||||||
|
|
||||||
GstBitReader * gst_bit_reader_new (const guint8 *data, guint size);
|
GstBitReader * gst_bit_reader_new (const guint8 *data, guint size);
|
||||||
|
|
Loading…
Reference in a new issue