diff mbox

[FFmpeg-devel,V7,2/3] doc/APIchanges: add entry for AV_FRAME_DATA_REGIONS_OF_INTEREST

Message ID 1546941327-19999-1-git-send-email-yejun.guo@intel.com
State New
Headers show

Commit Message

Guo, Yejun Jan. 8, 2019, 9:55 a.m. UTC
Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
---
 doc/APIchanges | 3 +++
 1 file changed, 3 insertions(+)

Comments

Michael Niedermayer Jan. 10, 2019, 12:33 a.m. UTC | #1
On Tue, Jan 08, 2019 at 05:55:27PM +0800, Guo, Yejun wrote:
> Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
> ---
>  doc/APIchanges | 3 +++
>  1 file changed, 3 insertions(+)
> 
> diff --git a/doc/APIchanges b/doc/APIchanges
> index 5889fb2..a39a3ff 100644
> --- a/doc/APIchanges
> +++ b/doc/APIchanges
> @@ -15,6 +15,9 @@ libavutil:     2017-10-21
>  
>  API changes, most recent first:
>  
> +2019-01-08 - xxxxxxxxxx - lavu 56.26.100 - frame.h
> +  Add AV_FRAME_DATA_REGIONS_OF_INTEREST
> +
>  2018-12-21 - 2744d6b364 - lavu 56.25.100 - hdr_dynamic_metadata.h
>    Add AV_FRAME_DATA_DYNAMIC_HDR_PLUS enum value, av_dynamic_hdr_plus_alloc(),
>    av_dynamic_hdr_plus_create_side_data() functions, and related structs.

this should be in the commit which adds the "API"

thx

[...]
Guo, Yejun Jan. 10, 2019, 12:55 a.m. UTC | #2
> -----Original Message-----
> From: ffmpeg-devel [mailto:ffmpeg-devel-bounces@ffmpeg.org] On Behalf
> Of Michael Niedermayer
> Sent: Thursday, January 10, 2019 8:34 AM
> To: FFmpeg development discussions and patches <ffmpeg-
> devel@ffmpeg.org>
> Subject: Re: [FFmpeg-devel] [PATCH V7 2/3] doc/APIchanges: add entry for
> AV_FRAME_DATA_REGIONS_OF_INTEREST
> 
> On Tue, Jan 08, 2019 at 05:55:27PM +0800, Guo, Yejun wrote:
> > Signed-off-by: Guo, Yejun <yejun.guo@intel.com>
> > ---
> >  doc/APIchanges | 3 +++
> >  1 file changed, 3 insertions(+)
> >
> > diff --git a/doc/APIchanges b/doc/APIchanges index 5889fb2..a39a3ff
> > 100644
> > --- a/doc/APIchanges
> > +++ b/doc/APIchanges
> > @@ -15,6 +15,9 @@ libavutil:     2017-10-21
> >
> >  API changes, most recent first:
> >
> > +2019-01-08 - xxxxxxxxxx - lavu 56.26.100 - frame.h
> > +  Add AV_FRAME_DATA_REGIONS_OF_INTEREST
> > +
> >  2018-12-21 - 2744d6b364 - lavu 56.25.100 - hdr_dynamic_metadata.h
> >    Add AV_FRAME_DATA_DYNAMIC_HDR_PLUS enum value,
> av_dynamic_hdr_plus_alloc(),
> >    av_dynamic_hdr_plus_create_side_data() functions, and related structs.
> 
> this should be in the commit which adds the "API"

ok, will merge the patches. 
I separated the patches by referencing an early similar commit for frame.h. And just found it's due to a historical reason after reviewing more patches again.

> 
> thx
> 
> [...]
> --
> Michael     GnuPG fingerprint:
> 9FF2128B147EF6730BADF133611EC787040B0FAB
> 
> "Nothing to hide" only works if the folks in power share the values of you
> and everyone you know entirely and always will -- Tom Scott
diff mbox

Patch

diff --git a/doc/APIchanges b/doc/APIchanges
index 5889fb2..a39a3ff 100644
--- a/doc/APIchanges
+++ b/doc/APIchanges
@@ -15,6 +15,9 @@  libavutil:     2017-10-21
 
 API changes, most recent first:
 
+2019-01-08 - xxxxxxxxxx - lavu 56.26.100 - frame.h
+  Add AV_FRAME_DATA_REGIONS_OF_INTEREST
+
 2018-12-21 - 2744d6b364 - lavu 56.25.100 - hdr_dynamic_metadata.h
   Add AV_FRAME_DATA_DYNAMIC_HDR_PLUS enum value, av_dynamic_hdr_plus_alloc(),
   av_dynamic_hdr_plus_create_side_data() functions, and related structs.