Re: [libav-devel] [PATCH] wmapro: prevent division by zero when sample rate is unspecified

2012-08-03 Thread Ronald S. Bultje
Hi, On Thu, Aug 2, 2012 at 9:44 PM, Kostya Shishkov wrote: > On Thu, Aug 02, 2012 at 03:37:28PM -0400, Sean McGovern wrote: >> This fixes Bugzilla #327: >> --- >> libavcodec/wmaprodec.c |5 + >> 1 files changed, 5 insertions(+), 0 deletions(-) >> >> diff --git a/libavcodec/wmaprodec.c b/

Re: [libav-devel] [PATCH] wmapro: prevent division by zero when sample rate is unspecified

2012-08-02 Thread Kostya Shishkov
On Thu, Aug 02, 2012 at 03:37:28PM -0400, Sean McGovern wrote: > This fixes Bugzilla #327: > --- > libavcodec/wmaprodec.c |5 + > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c > index 30a43c8..699c1b7 100644 > --- a/libav

[libav-devel] [PATCH] wmapro: prevent division by zero when sample rate is unspecified

2012-08-02 Thread Sean McGovern
This fixes Bugzilla #327: --- libavcodec/wmaprodec.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c index 30a43c8..699c1b7 100644 --- a/libavcodec/wmaprodec.c +++ b/libavcodec/wmaprodec.c @@ -335,6 +335,11 @@ static av_c

[libav-devel] [PATCH] wmapro: prevent division by zero when sample rate is unspecified

2012-08-02 Thread Sean McGovern
This fixes Bugzilla #327: --- libavcodec/wmaprodec.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c index 30a43c8..88c33c3 100644 --- a/libavcodec/wmaprodec.c +++ b/libavcodec/wmaprodec.c @@ -335,6 +335,11 @@ static av_c

Re: [libav-devel] [PATCH] wmapro: prevent division by zero when sample rate is unspecified

2012-08-02 Thread Sean McGovern
On Thursday, August 2, 2012, Kostya Shishkov wrote: > On Wed, Aug 01, 2012 at 11:23:52PM -0400, Sean McGovern wrote: >> This fixes Bugzilla #327: >> --- >> libavcodec/wmaprodec.c |5 + >> 1 files changed, 5 insertions(+), 0 deletions(-) >> >> diff --git a/libavcodec/wmaprodec.c b/libavcod

Re: [libav-devel] [PATCH] wmapro: prevent division by zero when sample rate is unspecified

2012-08-01 Thread Kostya Shishkov
On Wed, Aug 01, 2012 at 11:23:52PM -0400, Sean McGovern wrote: > This fixes Bugzilla #327: > --- > libavcodec/wmaprodec.c |5 + > 1 files changed, 5 insertions(+), 0 deletions(-) > > diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c > index 30a43c8..88c33c3 100644 > --- a/libav

[libav-devel] [PATCH] wmapro: prevent division by zero when sample rate is unspecified

2012-08-01 Thread Sean McGovern
This fixes Bugzilla #327: --- libavcodec/wmaprodec.c |5 + 1 files changed, 5 insertions(+), 0 deletions(-) diff --git a/libavcodec/wmaprodec.c b/libavcodec/wmaprodec.c index 30a43c8..88c33c3 100644 --- a/libavcodec/wmaprodec.c +++ b/libavcodec/wmaprodec.c @@ -335,6 +335,11 @@ static av_c