comparison ra144.c @ 7083:3f6aebd11553 libavcodec

Remove useless comment
author vitor
date Thu, 19 Jun 2008 20:48:00 +0000
parents 7b716b05401c
children 424cb385c5ae
comparison
equal deleted inserted replaced
7082:7b716b05401c 7083:3f6aebd11553
27 #define BLOCKSIZE 40 /* (quarter) block size in 16-bit words (80 bytes) */ 27 #define BLOCKSIZE 40 /* (quarter) block size in 16-bit words (80 bytes) */
28 #define HALFBLOCK 20 /* BLOCKSIZE/2 */ 28 #define HALFBLOCK 20 /* BLOCKSIZE/2 */
29 #define BUFFERSIZE 146 /* for do_output */ 29 #define BUFFERSIZE 146 /* for do_output */
30 30
31 31
32 /* internal globals */
33 typedef struct { 32 typedef struct {
34 unsigned int old_energy; ///< previous frame energy 33 unsigned int old_energy; ///< previous frame energy
35 34
36 /* the swapped buffers */ 35 /* the swapped buffers */
37 unsigned int lpc_tables[2][10]; 36 unsigned int lpc_tables[2][10];