codecparsers: h264: record slice_header() size in bits.
This commit is contained in:
parent
0a0c73169f
commit
4bacba620f
@ -559,6 +559,9 @@ struct _GstH264SliceHdr
|
||||
/* calculated values */
|
||||
guint32 max_pic_num;
|
||||
gboolean valid;
|
||||
|
||||
/* Size of the slice_header() in bits */
|
||||
guint header_size;
|
||||
};
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user