On Fri, May 30, 2008 at 12:06:38PM +0200, jai_menon wrote: > > Log: > initial commit: basic encoder framework, supports alac verbatim mode > > --- (empty file) > +++ alacenc/alacenc.c Fri May 30 12:06:38 2008 > @@ -0,0 +1,145 @@ > +/** > + * alac audio encoder
ALAC > + * @param bits Number of bits to be output number of bits to output > + * @param val Data Bits data bits > + AV_WB32(alac_extradata+28, > s->samplerate*s->channels*avctx->bits_per_sample); // Average Bitrate Not that this is important, but your capitalization of "Average Bitrate" is rather pointless. I suggest using standard English lowercase by default, unless you are writing complete sentences. Diego _______________________________________________ FFmpeg-soc mailing list [email protected] https://lists.mplayerhq.hu/mailman/listinfo/ffmpeg-soc
