diff mbox series

[FFmpeg-devel,v1,2/2] doc/APIchanges: add lavu part entry for DOVI sidedata

Message ID 1587640481-23687-2-git-send-email-mypopydev@gmail.com
State New
Headers show
Series [FFmpeg-devel,v1,1/2] lavu/version: bump minor version for DOVI sidedata | expand

Checks

Context Check Description
andriy/default pending
andriy/make success Make finished
andriy/make_fate success Make fate finished

Commit Message

Jun Zhao April 23, 2020, 11:14 a.m. UTC
From: Jun Zhao <barryjzhao@tencent.com>

missed the lavu entry for dovi_meta.h in APIchanges.

Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
---
 doc/APIchanges | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

Comments

Nicolas George April 23, 2020, 11:18 a.m. UTC | #1
Jun Zhao (12020-04-23):
> From: Jun Zhao <barryjzhao@tencent.com>
> 
> missed the lavu entry for dovi_meta.h in APIchanges.
> 
> Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> ---
>  doc/APIchanges | 3 ++-
>  1 file changed, 2 insertions(+), 1 deletion(-)

You can do the APIchanges entry and the bump in the same commit. After
all, the should have gone in the same commit in the first place.

> 
> diff --git a/doc/APIchanges b/doc/APIchanges
> index 5aa25de..42e53f6 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -16,7 +16,8 @@ libavutil:     2017-10-21
>  API changes, most recent first:
>  

>  2020-04-22 - xxxxxxxxxx - lavc 58.81.100 - packet.h

And you can fill the hash, since it is now known.

> -  Add AV_PKT_DATA_DOVI_CONF.
> +                        - lavu 56.43.102 - dovi_meta.h
> +  Add AV_PKT_DATA_DOVI_CONF and AVDOVIDecoderConfigurationRecord.
>  
>  2020-04-15 - xxxxxxxxxx - lavc 58.79.100 - avcodec.h
>    Add formal support for calling avcodec_flush_buffers() on encoders.

Regards,
mypopy@gmail.com April 23, 2020, 11:19 a.m. UTC | #2
On Thu, Apr 23, 2020 at 7:18 PM Nicolas George <george@nsup.org> wrote:
>
> Jun Zhao (12020-04-23):
> > From: Jun Zhao <barryjzhao@tencent.com>
> >
> > missed the lavu entry for dovi_meta.h in APIchanges.
> >
> > Signed-off-by: Jun Zhao <barryjzhao@tencent.com>
> > ---
> >  doc/APIchanges | 3 ++-
> >  1 file changed, 2 insertions(+), 1 deletion(-)
>
> You can do the APIchanges entry and the bump in the same commit. After
> all, the should have gone in the same commit in the first place.
>
> >
> > diff --git a/doc/APIchanges b/doc/APIchanges
> > index 5aa25de..42e53f6 100644
> > --- a/doc/APIchanges
> > +++ b/doc/APIchanges
> > @@ -16,7 +16,8 @@ libavutil:     2017-10-21
> >  API changes, most recent first:
> >
>
> >  2020-04-22 - xxxxxxxxxx - lavc 58.81.100 - packet.h
>
> And you can fill the hash, since it is now known.
>
> > -  Add AV_PKT_DATA_DOVI_CONF.
> > +                        - lavu 56.43.102 - dovi_meta.h
> > +  Add AV_PKT_DATA_DOVI_CONF and AVDOVIDecoderConfigurationRecord.
> >
> >  2020-04-15 - xxxxxxxxxx - lavc 58.79.100 - avcodec.h
> >    Add formal support for calling avcodec_flush_buffers() on encoders.
>
> Regards,
>
> --
>   Nicolas George
Will merge them and update the hash, tks
diff mbox series

Patch

diff --git a/doc/APIchanges b/doc/APIchanges
index 5aa25de..42e53f6 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -16,7 +16,8 @@  libavutil:     2017-10-21
 API changes, most recent first:
 
 2020-04-22 - xxxxxxxxxx - lavc 58.81.100 - packet.h
-  Add AV_PKT_DATA_DOVI_CONF.
+                        - lavu 56.43.102 - dovi_meta.h
+  Add AV_PKT_DATA_DOVI_CONF and AVDOVIDecoderConfigurationRecord.
 
 2020-04-15 - xxxxxxxxxx - lavc 58.79.100 - avcodec.h
   Add formal support for calling avcodec_flush_buffers() on encoders.