Mercurial > libavcodec.hg
diff resample.c @ 2308:de38526a1f3f libavcodec
user selectble cutoff frequency
| author | michael |
|---|---|
| date | Thu, 21 Oct 2004 21:07:40 +0000 |
| parents | 072fc321fbe6 |
| children | e25782262d7d |
line wrap: on
line diff
--- a/resample.c Thu Oct 21 20:01:32 2004 +0000 +++ b/resample.c Thu Oct 21 21:07:40 2004 +0000 @@ -160,7 +160,7 @@ if(s->filter_channels>2) s->filter_channels = 2; - s->resample_context= av_resample_init(output_rate, input_rate, 16, 10, 0); + s->resample_context= av_resample_init(output_rate, input_rate, 16, 10, 0, 1.0); return s; }
