Re: [libav-devel] [PATCH] libx264: add open_gop option

2012-09-22 Thread Ronald S. Bultje
Hi, On Sat, Sep 22, 2012 at 12:13 PM, John Van Sickle wrote: > On Thu, Sep 20, 2012 at 6:36 PM, Ronald S. Bultje wrote: >> Hi, >> >> On Thu, Sep 20, 2012 at 2:33 PM, wrote: >>> From: John Van Sickle >>> >>> x264 doesn't enable open-gop by default and neither should avconv. >>> --- >>> libavc

Re: [libav-devel] [PATCH] libx264: add open_gop option

2012-09-22 Thread John Van Sickle
On Thu, Sep 20, 2012 at 6:36 PM, Ronald S. Bultje wrote: > Hi, > > On Thu, Sep 20, 2012 at 2:33 PM, wrote: >> From: John Van Sickle >> >> x264 doesn't enable open-gop by default and neither should avconv. >> --- >> libavcodec/libx264.c |8 +--- >> 1 file changed, 5 insertions(+), 3 del

Re: [libav-devel] [PATCH] libx264: add open_gop option

2012-09-20 Thread Ronald S. Bultje
Hi, On Thu, Sep 20, 2012 at 2:33 PM, wrote: > From: John Van Sickle > > x264 doesn't enable open-gop by default and neither should avconv. > --- > libavcodec/libx264.c |8 +--- > 1 file changed, 5 insertions(+), 3 deletions(-) [..] > -x4->params.b_open_gop = !(avctx->flags & CO

[libav-devel] [PATCH] libx264: add open_gop option

2012-09-20 Thread john . vansickle
From: John Van Sickle x264 doesn't enable open-gop by default and neither should avconv. --- libavcodec/libx264.c |8 +--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/libavcodec/libx264.c b/libavcodec/libx264.c index 62815ce..2104204 100644 --- a/libavcodec/libx264.c ++