mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-23 10:11:08 +00:00
flacparse: minor grammar correction
This commit is contained in:
parent
5234c7c2bd
commit
b6ebad0997
1 changed files with 1 additions and 1 deletions
|
@ -1668,7 +1668,7 @@ gst_flac_parse_parse_frame (GstBaseParse * parse, GstBaseParseFrame * frame,
|
|||
GST_BUFFER_OFFSET (buffer) - GST_BUFFER_PTS (buffer);
|
||||
|
||||
/* To simplify, we just assume that it's a fixed size header and ignore
|
||||
* subframe headers. The first could lead us to being off by 88 bits and
|
||||
* subframe headers. The first could lead us to be off by 88 bits and
|
||||
* the second even less, so the total inaccuracy is negligible. */
|
||||
frame->overhead = 7;
|
||||
|
||||
|
|
Loading…
Reference in a new issue