Parameter added for user to set the cutoff frequency when encoding with faac.
Patch by Luca Abeni - lucabe72 at email dot it. Originally committed as revision 4837 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
committed by
Benjamin Larsson
parent
e0f80bd744
commit
14f0c8e28a
@@ -1982,6 +1982,13 @@ typedef struct AVCodecContext {
|
||||
* - decoding: unused
|
||||
*/
|
||||
int directpred;
|
||||
|
||||
/**
|
||||
* audio cutoff bandwidth (0 means "automatic") . Currently used only by FAAC
|
||||
* - encoding: set by user.
|
||||
* - decoding: unused
|
||||
*/
|
||||
int cutoff;
|
||||
} AVCodecContext;
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user