diff mbox

[FFmpeg-devel,02/10] avcodec/av1_parse: Fix bistream typo

Message ID 20180919160532.25760-2-michael@niedermayer.cc
State Accepted
Commit 86e76762fc73ad2b21243c103b41184d0f722ce1
Headers show

Commit Message

Michael Niedermayer Sept. 19, 2018, 4:05 p.m. UTC
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
---
 libavcodec/av1_parse.h | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

Comments

James Almer Sept. 19, 2018, 4:14 p.m. UTC | #1
On 9/19/2018 1:05 PM, Michael Niedermayer wrote:
> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> ---
>  libavcodec/av1_parse.h | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/libavcodec/av1_parse.h b/libavcodec/av1_parse.h
> index 0de619dbec..276af33ba9 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.
>   */

LGTM.
Michael Niedermayer Sept. 19, 2018, 9:10 p.m. UTC | #2
On Wed, Sep 19, 2018 at 01:14:07PM -0300, James Almer wrote:
> On 9/19/2018 1:05 PM, Michael Niedermayer wrote:
> > Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
> > ---
> >  libavcodec/av1_parse.h | 4 ++--
> >  1 file changed, 2 insertions(+), 2 deletions(-)
> > 
> > diff --git a/libavcodec/av1_parse.h b/libavcodec/av1_parse.h
> > index 0de619dbec..276af33ba9 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.
> >   */
> 
> LGTM.

will apply

thx

[...]
diff mbox

Patch

diff --git a/libavcodec/av1_parse.h b/libavcodec/av1_parse.h
index 0de619dbec..276af33ba9 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.
  */