mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-12-23 16:50:47 +00:00
codecparsers: h264: fix typo in GstH264VUIParams description.
This commit is contained in:
parent
67df207280
commit
b458a1e255
1 changed files with 1 additions and 1 deletions
|
@ -398,7 +398,7 @@ struct _GstH264VUIParams
|
|||
GstH264HRDParams nal_hrd_parameters;
|
||||
|
||||
guint8 vcl_hrd_parameters_present_flag;
|
||||
/* if nal_hrd_parameters_present_flag */
|
||||
/* if vcl_hrd_parameters_present_flag */
|
||||
GstH264HRDParams vcl_hrd_parameters;
|
||||
|
||||
guint8 low_delay_hrd_flag;
|
||||
|
|
Loading…
Reference in a new issue