diff 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
line wrap: on
line diff
--- a/avcodec.h	Fri Dec 28 05:32:12 2007 +0000
+++ b/avcodec.h	Fri Dec 28 06:13:55 2007 +0000
@@ -2072,7 +2072,7 @@
     int directpred;
 
     /**
-     * Audio cutoff bandwidth (0 means "automatic"), currently used only by FAAC.
+     * Audio cutoff bandwidth (0 means "automatic")
      * - encoding: Set by user.
      * - decoding: unused
      */