On 12/04/2011 01:37 PM, Chris Berov wrote: > > > On Sun, Dec 4, 2011 at 7:04 PM, Justin Ruggles <[email protected] > <mailto:[email protected]>> wrote: > > On 12/04/2011 04:01 AM, Chris Berov wrote: > > > - avctx->block_align = BLKSIZE; > > - /* seems frame_size isn't taken into account... have to > buffer the samples :-( */ > > + /* each 16 bits sample gives one nibble > > + and we have 4 bytes per channel overhead */ > > + avctx->frame_size = (BLKSIZE - 4 * avctx->channels) * 8 / > > + (4 * avctx->channels) + 1; > > + /* seems frame_size isn't taken into account... > > + have to buffer the samples :-( */ > > + avctx->block_align = BLKSIZE; > > > this line is not at the proper indentation level. > > -Justin
pushed with additional cosmetic fixes. Thanks, Justin _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
