comparison dcadata.h @ 5163:9ecbfc0c82bf libavcodec

add multiple inclusion guards to headers
author mru
date Sun, 17 Jun 2007 00:01:30 +0000
parents 4394344397d8
children 3fd46e281bd8
comparison
equal deleted inserted replaced
5162:4394344397d8 5163:9ecbfc0c82bf
21 */ 21 */
22 22
23 /** 23 /**
24 * @file dcadata.c 24 * @file dcadata.c
25 */ 25 */
26
27 #ifndef AVCODEC_DCADATA_H
28 #define AVCODEC_DCADATA_H
26 29
27 #include <stdint.h> 30 #include <stdint.h>
28 31
29 /* Generic tables */ 32 /* Generic tables */
30 33
8465 8468
8466 where Ch(n) represents the subband samples in the (n)th audio channel. 8469 where Ch(n) represents the subband samples in the (n)th audio channel.
8467 8470
8468 8471
8469 */ 8472 */
8473
8474 #endif