On Wed, Nov 02, 2011 at 12:28:17PM -0400, Justin Ruggles wrote: > > --- a/libavcodec/ac3enc.c > +++ b/libavcodec/ac3enc.c > @@ -1154,6 +1193,14 @@ static inline int asym_quant(int c, int e, int qbits) > > /** > * Quantize a set of mantissas for a single channel in a single block. > + * > + * @param s Mantissa count context > + * @param fixed_coef unquantized fixed-point coefficients > + * @param exp exponents > + * @param bap bit allocation pointer indices > + * @param qmant[out] quantized coefficients
incorrect syntax Diego _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
