From b458a1e255d612ffd1f41f5c17cbd8c59f12e963 Mon Sep 17 00:00:00 2001 From: Gwenole Beauchesne Date: Thu, 26 Jun 2014 17:18:47 +0200 Subject: [PATCH] codecparsers: h264: fix typo in GstH264VUIParams description. --- gst-libs/gst/codecparsers/gsth264parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gst-libs/gst/codecparsers/gsth264parser.h b/gst-libs/gst/codecparsers/gsth264parser.h index 6c7d6a0f26..65d535b2ba 100644 --- a/gst-libs/gst/codecparsers/gsth264parser.h +++ b/gst-libs/gst/codecparsers/gsth264parser.h @@ -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;