codecparsers: h264: fix typo in GstH264VUIParams description.

This commit is contained in:
Gwenole Beauchesne 2014-06-26 17:18:47 +02:00
parent 67df207280
commit b458a1e255

View file

@ -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;