diff options
author | luz.paz <[email protected]> | 2018-02-07 10:54:59 -0500 |
---|---|---|
committer | Scott <[email protected]> | 2018-02-20 18:10:44 +0000 |
commit | 2d1c8541460c2b63d46eb1a278adacee14a55556 (patch) | |
tree | baf9c409edfb51f1a2b649b1f6e2291ff0524b76 /libhb/nal_units.h | |
parent | 5ce54df39b61c5b104f83d7ce291e67eada56efc (diff) |
Misc. typos
Found via `codespell -q 3 --skip="./gtk/po`
Diffstat (limited to 'libhb/nal_units.h')
-rw-r--r-- | libhb/nal_units.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/libhb/nal_units.h b/libhb/nal_units.h index 71d8dad7f..c8a44e2f8 100644 --- a/libhb/nal_units.h +++ b/libhb/nal_units.h @@ -22,10 +22,10 @@ * The provided NAL unit must start with the NAL unit header. * * Note: the buffer is assumed to be large enough to hold the NAL unit - * as well as any additonal data the function may prepend/append to it. + * as well as any additional data the function may prepend/append to it. * * The caller may check the minimum required buffer size by passing a - * NULL buffer to the fucntion and checking the returned size value. + * NULL buffer to the function and checking the returned size value. */ size_t hb_nal_unit_write_annexb(uint8_t *buf, const uint8_t *nal_unit, const size_t nal_unit_size); size_t hb_nal_unit_write_isomp4(uint8_t *buf, const uint8_t *nal_unit, const size_t nal_unit_size); |