Re: [FFmpeg-devel] [PATCH 1/3] lavc: add ATRAC9 ID and description

2018-07-03 Thread Moritz Barsnick
On Tue, Jul 03, 2018 at 11:45:20 +0100, Rostislav Pehlivanov wrote: > On 2 July 2018 at 14:21, Moritz Barsnick wrote: > > Do you need to add a note to doc/APIchanges? > No, in case you haven't noticed we don't advertise new flags there, that > would just spam the list with unimportant for API user

Re: [FFmpeg-devel] [PATCH 1/3] lavc: add ATRAC9 ID and description

2018-07-03 Thread Rostislav Pehlivanov
On 2 July 2018 at 14:21, Moritz Barsnick wrote: > On Sat, Jun 30, 2018 at 08:44:50 +0100, Rostislav Pehlivanov wrote: > > --- > > libavcodec/avcodec.h| 1 + > > libavcodec/codec_desc.c | 7 +++ > > libavcodec/version.h| 2 +- > > 3 files changed, 9 insertions(+), 1 deletion(-) > > >

Re: [FFmpeg-devel] [PATCH 1/3] lavc: add ATRAC9 ID and description

2018-07-02 Thread Moritz Barsnick
On Sat, Jun 30, 2018 at 08:44:50 +0100, Rostislav Pehlivanov wrote: > --- > libavcodec/avcodec.h| 1 + > libavcodec/codec_desc.c | 7 +++ > libavcodec/version.h| 2 +- > 3 files changed, 9 insertions(+), 1 deletion(-) > > diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h > inde

Re: [FFmpeg-devel] [PATCH 1/3] lavc: add ATRAC9 ID and description

2018-06-30 Thread Michael Niedermayer
On Sat, Jun 30, 2018 at 08:44:50AM +0100, Rostislav Pehlivanov wrote: > --- > libavcodec/avcodec.h| 1 + > libavcodec/codec_desc.c | 7 +++ > libavcodec/version.h| 2 +- > 3 files changed, 9 insertions(+), 1 deletion(-) LGTM thx [...] -- Michael GnuPG fingerprint: 9FF2128B147EF

[FFmpeg-devel] [PATCH 1/3] lavc: add ATRAC9 ID and description

2018-06-30 Thread Rostislav Pehlivanov
--- libavcodec/avcodec.h| 1 + libavcodec/codec_desc.c | 7 +++ libavcodec/version.h| 2 +- 3 files changed, 9 insertions(+), 1 deletion(-) diff --git a/libavcodec/avcodec.h b/libavcodec/avcodec.h index c90166deb6..f85af3f15d 100644 --- a/libavcodec/avcodec.h +++ b/libavcodec/avcodec.