bitreader: Add padding

This commit is contained in:
Sebastian Dröge 2011-10-28 13:02:19 +02:00
parent e3d4875af5
commit 1cb711c1ae

View file

@ -44,6 +44,9 @@ typedef struct {
guint byte; /* Byte position */
guint bit; /* Bit position in the current byte */
/* < private > */
gpointer _gst_reserved[GST_PADDING];
} GstBitReader;
GstBitReader * gst_bit_reader_new (const guint8 *data, guint size);