mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-01 04:58:47 +00:00
video-format: Fix minor docs typo
This commit is contained in:
parent
db86cff74d
commit
4882cb9f37
1 changed files with 1 additions and 1 deletions
|
@ -293,7 +293,7 @@ typedef void (*GstVideoFormatUnpack) (const GstVideoFormatInfo *info,
|
|||
* Because this function does not have a x coordinate, it is not possible to
|
||||
* pack pixels starting from an unaligned position. For tiled images this
|
||||
* means that packing should start from a tile coordinate. For subsampled
|
||||
* formats this means that a complete pixel need to be packed.
|
||||
* formats this means that a complete pixel needs to be packed.
|
||||
*/
|
||||
/* FIXME(2.0): remove the chroma_site, it is unused and is not relevant for
|
||||
* packing, chroma subsampling based on chroma-site should be done in a separate
|
||||
|
|
Loading…
Reference in a new issue