Mercurial > libavcodec.hg
comparison avcodec.h @ 6083:77d27412c35d libavcodec
use cutoff frequency to adjust bandwidth in ac3 encoder
author | jbr |
---|---|
date | Fri, 28 Dec 2007 06:13:55 +0000 |
parents | 60d30d88cf71 |
children | d33520d1ca92 |
comparison
equal
deleted
inserted
replaced
6082:f17aad297a38 | 6083:77d27412c35d |
---|---|
2070 * - decoding: unused | 2070 * - decoding: unused |
2071 */ | 2071 */ |
2072 int directpred; | 2072 int directpred; |
2073 | 2073 |
2074 /** | 2074 /** |
2075 * Audio cutoff bandwidth (0 means "automatic"), currently used only by FAAC. | 2075 * Audio cutoff bandwidth (0 means "automatic") |
2076 * - encoding: Set by user. | 2076 * - encoding: Set by user. |
2077 * - decoding: unused | 2077 * - decoding: unused |
2078 */ | 2078 */ |
2079 int cutoff; | 2079 int cutoff; |
2080 | 2080 |