comparison ac3dec.c @ 7718:61e12905c9af libavcodec

cosmetics: change "get" to "decode"
author jbr
date Fri, 29 Aug 2008 00:06:43 +0000
parents a781fc312ccc
children 0f7cdf663356
comparison
equal deleted inserted replaced
7717:a781fc312ccc 7718:61e12905c9af
566 } 566 }
567 } 567 }
568 } 568 }
569 569
570 /** 570 /**
571 * Get the transform coefficients. 571 * Decode the transform coefficients.
572 */ 572 */
573 static void decode_transform_coeffs(AC3DecodeContext *s, int blk) 573 static void decode_transform_coeffs(AC3DecodeContext *s, int blk)
574 { 574 {
575 int ch, end; 575 int ch, end;
576 int got_cplchan = 0; 576 int got_cplchan = 0;