codecparsers: h264: record slice_header() size in bits.

This commit is contained in:
Gwenole Beauchesne 2011-08-16 15:21:18 +02:00 committed by Edward Hervey
parent 0a0c73169f
commit 4bacba620f

View file

@ -559,6 +559,9 @@ struct _GstH264SliceHdr
/* calculated values */
guint32 max_pic_num;
gboolean valid;
/* Size of the slice_header() in bits */
guint header_size;
};