X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=libavcodec%2Fav1_parse.h;h=276af33ba964ac7d2aa402fa6efc6b35d1d27d6d;hb=0cd22fd7523a285ecfdf5a92531a8a6a59dfa6c0;hp=0de619dbeca2ed65052cd462e4b6d881d6d5cfed;hpb=7167ac33a8f2c7d063384c267f984f23d2b73854;p=ffmpeg diff --git a/libavcodec/av1_parse.h b/libavcodec/av1_parse.h index 0de619dbeca..276af33ba96 100644 --- a/libavcodec/av1_parse.h +++ b/libavcodec/av1_parse.h @@ -61,7 +61,7 @@ typedef struct AV1Packet { /** * Extract an OBU from a raw bitstream. * - * @note This function does not copy or store any bistream data. All + * @note This function does not copy or store any bitstream data. All * the pointers in the AV1OBU structure will be valid as long * as the input buffer also is. */ @@ -71,7 +71,7 @@ int ff_av1_extract_obu(AV1OBU *obu, const uint8_t *buf, int length, /** * Split an input packet into OBUs. * - * @note This function does not copy or store any bistream data. All + * @note This function does not copy or store any bitstream data. All * the pointers in the AV1Packet structure will be valid as * long as the input buffer also is. */