Re: [FFmpeg-devel] [PATCH 3/6] lavc: deprecate -ab as part of FF_API_OLD_AVOPTIONS.

2015-08-28 Thread Ronald S. Bultje
On Fri, Aug 28, 2015 at 6:03 PM, Michael Niedermayer wrote: > On Fri, Aug 28, 2015 at 05:23:44PM -0400, Ronald S. Bultje wrote: > > Hi, > > > > On Fri, Aug 28, 2015 at 5:15 PM, Michael Niedermayer > > > wrote: > > > > > On Fri, Aug 28, 2015 at 03:02:47PM -0400, Ronald S. Bultje wrote: > > > > Hi

Re: [FFmpeg-devel] [PATCH 3/6] lavc: deprecate -ab as part of FF_API_OLD_AVOPTIONS.

2015-08-28 Thread Michael Niedermayer
On Fri, Aug 28, 2015 at 05:23:44PM -0400, Ronald S. Bultje wrote: > Hi, > > On Fri, Aug 28, 2015 at 5:15 PM, Michael Niedermayer > wrote: > > > On Fri, Aug 28, 2015 at 03:02:47PM -0400, Ronald S. Bultje wrote: > > > Hi, > > > > > > On Mon, Aug 17, 2015 at 9:56 PM, Michael Niedermayer > > > > >

Re: [FFmpeg-devel] [PATCH 3/6] lavc: deprecate -ab as part of FF_API_OLD_AVOPTIONS.

2015-08-28 Thread Ronald S. Bultje
Hi, On Fri, Aug 28, 2015 at 5:15 PM, Michael Niedermayer wrote: > On Fri, Aug 28, 2015 at 03:02:47PM -0400, Ronald S. Bultje wrote: > > Hi, > > > > On Mon, Aug 17, 2015 at 9:56 PM, Michael Niedermayer > > > wrote: > > > > > On Mon, Aug 17, 2015 at 01:38:19PM -0400, Ronald S. Bultje wrote: > > >

Re: [FFmpeg-devel] [PATCH 3/6] lavc: deprecate -ab as part of FF_API_OLD_AVOPTIONS.

2015-08-28 Thread Michael Niedermayer
On Fri, Aug 28, 2015 at 03:02:47PM -0400, Ronald S. Bultje wrote: > Hi, > > On Mon, Aug 17, 2015 at 9:56 PM, Michael Niedermayer > wrote: > > > On Mon, Aug 17, 2015 at 01:38:19PM -0400, Ronald S. Bultje wrote: > > > Hi, > > > > > > On Mon, Aug 17, 2015 at 1:12 PM, Michael Niedermayer > > > > >

Re: [FFmpeg-devel] [PATCH 3/6] lavc: deprecate -ab as part of FF_API_OLD_AVOPTIONS.

2015-08-28 Thread Ronald S. Bultje
Hi, On Mon, Aug 17, 2015 at 9:56 PM, Michael Niedermayer wrote: > On Mon, Aug 17, 2015 at 01:38:19PM -0400, Ronald S. Bultje wrote: > > Hi, > > > > On Mon, Aug 17, 2015 at 1:12 PM, Michael Niedermayer > > > wrote: > > > > > On Mon, Aug 17, 2015 at 11:52:16AM -0400, Ronald S. Bultje wrote: > > >

Re: [FFmpeg-devel] [PATCH 3/6] lavc: deprecate -ab as part of FF_API_OLD_AVOPTIONS.

2015-08-18 Thread wm4
On Tue, 18 Aug 2015 03:56:21 +0200 Michael Niedermayer wrote: > On Mon, Aug 17, 2015 at 01:38:19PM -0400, Ronald S. Bultje wrote: > > Hi, > > > > On Mon, Aug 17, 2015 at 1:12 PM, Michael Niedermayer > > wrote: > > > > > On Mon, Aug 17, 2015 at 11:52:16AM -0400, Ronald S. Bultje wrote: > > > >

Re: [FFmpeg-devel] [PATCH 3/6] lavc: deprecate -ab as part of FF_API_OLD_AVOPTIONS.

2015-08-17 Thread Michael Niedermayer
On Mon, Aug 17, 2015 at 01:38:19PM -0400, Ronald S. Bultje wrote: > Hi, > > On Mon, Aug 17, 2015 at 1:12 PM, Michael Niedermayer > wrote: > > > On Mon, Aug 17, 2015 at 11:52:16AM -0400, Ronald S. Bultje wrote: > > > --- > > > libavcodec/options_table.h | 2 ++ > > > 1 file changed, 2 insertions

Re: [FFmpeg-devel] [PATCH 3/6] lavc: deprecate -ab as part of FF_API_OLD_AVOPTIONS.

2015-08-17 Thread Ronald S. Bultje
Hi, On Mon, Aug 17, 2015 at 1:12 PM, Michael Niedermayer wrote: > On Mon, Aug 17, 2015 at 11:52:16AM -0400, Ronald S. Bultje wrote: > > --- > > libavcodec/options_table.h | 2 ++ > > 1 file changed, 2 insertions(+) > > googling for > ffmpeg "-ab" > has 332.000 matches > > ffmpeg "-b:a" > has 64

Re: [FFmpeg-devel] [PATCH 3/6] lavc: deprecate -ab as part of FF_API_OLD_AVOPTIONS.

2015-08-17 Thread Michael Niedermayer
On Mon, Aug 17, 2015 at 11:52:16AM -0400, Ronald S. Bultje wrote: > --- > libavcodec/options_table.h | 2 ++ > 1 file changed, 2 insertions(+) googling for ffmpeg "-ab" has 332.000 matches ffmpeg "-b:a" has 64.100 matches this patch is simply a bad idea [...] -- Michael GnuPG fingerprint

[FFmpeg-devel] [PATCH 3/6] lavc: deprecate -ab as part of FF_API_OLD_AVOPTIONS.

2015-08-17 Thread Ronald S. Bultje
--- libavcodec/options_table.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/libavcodec/options_table.h b/libavcodec/options_table.h index 5376cbb..fd9c045 100644 --- a/libavcodec/options_table.h +++ b/libavcodec/options_table.h @@ -43,7 +43,9 @@ static const AVOption avcodec_options[]