From 580a2bb64bb91f663af4f62d653a5692abf51956 Mon Sep 17 00:00:00 2001 From: He Junyan Date: Fri, 18 Mar 2022 09:48:46 +0800 Subject: [PATCH] codecparsers: av1parser: Fix a typo in FilmGrainParams comment. Part-of: --- .../gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h b/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h index 31f5945498..f8df2efca9 100644 --- a/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h +++ b/subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h @@ -1421,7 +1421,7 @@ struct _GstAV1FilmGrainParams { * of bitstream conformance that whenever @display_frame_id is read, the value matches * @ref_frame_id[ @frame_to_show_map_idx ] (the value of @current_frame_id at the time that the * frame indexed by @frame_to_show_map_idx was stored), and that - * @ref_valid[ @frame_to_show_map_idx ] is equjal to 1. It is a requirement of bitstream + * @ref_valid[ @frame_to_show_map_idx ] is equal to 1. It is a requirement of bitstream * conformance that the number of bits needed to read @display_frame_id does not exceed 16. * This is equivalent to the constraint that idLen <= 16 * @frame_type: specifies the type of the frame.