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
__
Simplify scripting operations, so that n=1 is not to be considered as a
special case.
---
libavfilter/avf_concat.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/libavfilter/avf_concat.c b/libavfilter/avf_concat.c
index 18f373c..fa9e6b9 100644
--- a/libavfilter/avf_concat.c
++