codecparsers: av1parser: Fix a typo in FilmGrainParams comment.
authorHe Junyan <junyan.he@intel.com>
Fri, 18 Mar 2022 01:48:46 +0000 (09:48 +0800)
committerGStreamer Marge Bot <gitlab-merge-bot@gstreamer-foundation.org>
Fri, 18 Mar 2022 18:59:25 +0000 (18:59 +0000)
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1974>

subprojects/gst-plugins-bad/gst-libs/gst/codecparsers/gstav1parser.h

index 31f5945..f8df2ef 100644 (file)
@@ -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.