Re: [FFmpeg-devel] [PATCH 1/3] doc,lavc,lavf: add avs2 codec

2018-05-28 Thread Michael Niedermayer
On Mon, May 28, 2018 at 06:14:55PM +0800, hwren wrote: > Signed-off-by: hwren > --- > doc/APIchanges | 3 +++ > libavcodec/allcodecs.c | 1 + > libavcodec/avcodec.h | 2 ++ > libavcodec/version.h | 2 +- > libavformat/riff.c | 1 + non cosmetic patches should generally not change

Re: [FFmpeg-devel] [PATCH 1/3] doc,lavc,lavf: add avs2 codec

2018-05-28 Thread Moritz Barsnick
On Mon, May 28, 2018 at 18:14:55 +0800, hwren wrote: > --- a/libavcodec/allcodecs.c > +++ b/libavcodec/allcodecs.c > @@ -705,6 +705,7 @@ extern AVCodec ff_libx264_encoder; > extern AVCodec ff_libx264rgb_encoder; > extern AVCodec ff_libx265_encoder; > extern AVCodec ff_libxavs_encoder; > +extern

[FFmpeg-devel] [PATCH 1/3] doc,lavc,lavf: add avs2 codec

2018-05-28 Thread hwren
Signed-off-by: hwren --- doc/APIchanges | 3 +++ libavcodec/allcodecs.c | 1 + libavcodec/avcodec.h | 2 ++ libavcodec/version.h | 2 +- libavformat/riff.c | 1 + 5 files changed, 8 insertions(+), 1 deletion(-) diff --git a/doc/APIchanges b/doc/APIchanges index efe15ba..430a914 1