Re: [FFmpeg-devel] [PATCH] brstm: reject negative sample rate

2015-11-10 Thread Andreas Cadhalpun
On 10.11.2015 20:44, Paul B Mahol wrote: > On 11/10/15, Andreas Cadhalpun wrote: >> A negative sample rate causes assertion failures in av_rescale_rnd. >> >> Signed-off-by: Andreas Cadhalpun >> --- >> libavformat/brstm.c | 2 +- >> 1 file changed, 1 insertion(+), 1 deletion(-) > > ok Pushed.

Re: [FFmpeg-devel] [PATCH] brstm: reject negative sample rate

2015-11-10 Thread Paul B Mahol
On 11/10/15, Andreas Cadhalpun wrote: > A negative sample rate causes assertion failures in av_rescale_rnd. > > Signed-off-by: Andreas Cadhalpun > --- > libavformat/brstm.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) ok ___ ffmpeg-devel ma

[FFmpeg-devel] [PATCH] brstm: reject negative sample rate

2015-11-10 Thread Andreas Cadhalpun
A negative sample rate causes assertion failures in av_rescale_rnd. Signed-off-by: Andreas Cadhalpun --- libavformat/brstm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libavformat/brstm.c b/libavformat/brstm.c index 4ac9881..bbdbcef 100644 --- a/libavformat/brstm.c +++ b