Re: [FFmpeg-devel] [PATCH] avs2: Correct expression error and simplify log

2018-08-07 Thread Moritz Barsnick
On Mon, Aug 06, 2018 at 19:51:48 +0530, Gyan Doshi wrote: > > > On 06-08-2018 07:13 PM, hwren wrote: > > > -.long_name = NULL_IF_CONFIG_SMALL("Decoder for AVS2/IEEE 1857.4"), > > +.long_name = NULL_IF_CONFIG_SMALL("Decoder for > > AVS2-P2/IEEE1857.4"), > > "Decoder for" is no

Re: [FFmpeg-devel] [PATCH] avs2: Correct expression error and simplify log

2018-08-06 Thread James Almer
On 8/6/2018 8:34 PM, Huiwen Ren wrote: > > 在 2018-08-07 02:09:34,"James Almer" 写道: >> On 8/6/2018 11:21 AM, Gyan Doshi wrote: >>> >>> >>> On 06-08-2018 07:13 PM, hwren wrote: >>> -    .long_name  = NULL_IF_CONFIG_SMALL("Decoder for AVS2/IEEE 1857.4"), +    .long_name  = NUL

Re: [FFmpeg-devel] [PATCH] avs2: Correct expression error and simplify log

2018-08-06 Thread Huiwen Ren
在 2018-08-07 02:09:34,"James Almer" 写道: >On 8/6/2018 11:21 AM, Gyan Doshi wrote: >> >> >> On 06-08-2018 07:13 PM, hwren wrote: >> >>> -    .long_name  = NULL_IF_CONFIG_SMALL("Decoder for AVS2/IEEE >>> 1857.4"), >>> +    .long_name  = NULL_IF_CONFIG_SMALL("Decoder for >>> AVS2-P2/IEEE18

Re: [FFmpeg-devel] [PATCH] avs2: Correct expression error and simplify log

2018-08-06 Thread James Almer
On 8/6/2018 11:21 AM, Gyan Doshi wrote: > > > On 06-08-2018 07:13 PM, hwren wrote: > >> -    .long_name  = NULL_IF_CONFIG_SMALL("Decoder for AVS2/IEEE >> 1857.4"), >> +    .long_name  = NULL_IF_CONFIG_SMALL("Decoder for >> AVS2-P2/IEEE1857.4"), > > "Decoder for" is not needed. The flag

Re: [FFmpeg-devel] [PATCH] avs2: Correct expression error and simplify log

2018-08-06 Thread Gyan Doshi
On 06-08-2018 07:13 PM, hwren wrote: -.long_name = NULL_IF_CONFIG_SMALL("Decoder for AVS2/IEEE 1857.4"), +.long_name = NULL_IF_CONFIG_SMALL("Decoder for AVS2-P2/IEEE1857.4"), "Decoder for" is not needed. The flag indicates its role in `ffmpeg -codecs`. Rest docs LGTM T

[FFmpeg-devel] [PATCH] avs2: Correct expression error and simplify log

2018-08-06 Thread hwren
Signed-off-by: hwren --- doc/decoders.texi| 2 +- doc/general.texi | 2 +- libavcodec/avs2_parser.c | 2 +- libavcodec/codec_desc.c | 2 +- libavcodec/libdavs2.c| 5 ++--- 5 files changed, 6 insertions(+), 7 deletions(-) diff --git a/doc/decoders.texi b/doc/decoders.texi ind