On Thu, Mar 30, 2017 at 06:10:02PM +0200, Michael Niedermayer wrote:
> On Sat, Jan 14, 2017 at 11:25:20PM +0100, Clément Bœsch wrote:
> > On Sat, Jan 14, 2017 at 01:46:02PM -0800, Michael Bradshaw wrote:
> > > On Sat, Jan 14, 2017 at 1:12 PM, Clément Bœsch <u...@pkh.me> wrote:
> > > >
> > > > erm. We have at least a codec option with that same name. How much does 
> > > > it
> > > > conflict with this?
> > > >
> > > 
> > > The only use of a "time_base" option I'm aware of is in buffer/abuffer in
> > > libavfilter. Is there another one somewhere else?
> > > 
> > 
> > libavcodec/options_table.h:{"time_base", NULL, OFFSET(time_base), 
> > AV_OPT_TYPE_RATIONAL, {.dbl = 0}, 0, INT_MAX},
> 
> this is not a user settable option, there are no flags specified
> generic user settable options would have some flags indicating video/audio
> encode/decode
> 
> its only for access through AVOption API
> so theres is possibly no conflict
> 

OK.

How about the documentation (and the promised FATE test to prevent a break
in a random merge)?

-- 
Clément B.

Attachment: signature.asc
Description: PGP signature

_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to