]> git.sesse.net Git - ffmpeg/commitdiff
avcodec/av1_parse: Fix bistream typo
authorMichael Niedermayer <michael@niedermayer.cc>
Wed, 19 Sep 2018 16:05:24 +0000 (18:05 +0200)
committerMichael Niedermayer <michael@niedermayer.cc>
Wed, 19 Sep 2018 21:01:44 +0000 (23:01 +0200)
Reviewed-by: James Almer <jamrial@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
libavcodec/av1_parse.h

index 0de619dbeca2ed65052cd462e4b6d881d6d5cfed..276af33ba964ac7d2aa402fa6efc6b35d1d27d6d 100644 (file)
@@ -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.
  */