On date Tuesday 2014-10-21 11:33:54 +0100, Derek Buitenhuis encoded:
> On 10/21/2014 11:22 AM, Stefano Sabatini wrote:
> > - AV_OPT_TYPE_INT, { .i64 = 2 }, 2, INT_MAX, V|A|F},
> > + AV_OPT_TYPE_INT, { .i64 = 2 }, 1, INT_MAX, V|A|F},
>
> OK.
Applied.
--
FFmpeg = Fierce and Foolish Moron
On 10/21/2014 11:22 AM, Stefano Sabatini wrote:
> - AV_OPT_TYPE_INT, { .i64 = 2 }, 2, INT_MAX, V|A|F},
> + AV_OPT_TYPE_INT, { .i64 = 2 }, 1, INT_MAX, V|A|F},
OK.
- Derek
___
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/m
On date Tuesday 2014-10-21 11:08:47 +0100, Derek Buitenhuis encoded:
> On 10/21/2014 10:47 AM, Stefano Sabatini wrote:
> > - AV_OPT_TYPE_INT, { .i64 = 2 }, 2, INT_MAX, V|A|F},
> > + AV_OPT_TYPE_INT, { .i64 = 1 }, 1, INT_MAX, V|A|F},
>
> I'm not sure I follow how this 'allows' n=1? Doesn'
On 10/21/2014 10:47 AM, Stefano Sabatini wrote:
> - AV_OPT_TYPE_INT, { .i64 = 2 }, 2, INT_MAX, V|A|F},
> + AV_OPT_TYPE_INT, { .i64 = 1 }, 1, INT_MAX, V|A|F},
I'm not sure I follow how this 'allows' n=1? Doesn't this just
change the default?
- Derek
__