mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-25 00:28:21 +00:00
codecparsers: h264: record slice_header() size in bits.
This commit is contained in:
parent
0a0c73169f
commit
4bacba620f
1 changed files with 3 additions and 0 deletions
|
@ -559,6 +559,9 @@ struct _GstH264SliceHdr
|
||||||
/* calculated values */
|
/* calculated values */
|
||||||
guint32 max_pic_num;
|
guint32 max_pic_num;
|
||||||
gboolean valid;
|
gboolean valid;
|
||||||
|
|
||||||
|
/* Size of the slice_header() in bits */
|
||||||
|
guint header_size;
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue