comparison dcadata.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 3fd46e281bd8
children 04f8a627587b
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
22 22
23 /** 23 /**
24 * @file dcadata.c 24 * @file dcadata.c
25 */ 25 */
26 26
27 #ifndef AVCODEC_DCADATA_H 27 #ifndef FFMPEG_DCADATA_H
28 #define AVCODEC_DCADATA_H 28 #define FFMPEG_DCADATA_H
29 29
30 #include <stdint.h> 30 #include <stdint.h>
31 31
32 /* Generic tables */ 32 /* Generic tables */
33 33
8469 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.
8470 8470
8471 8471
8472 */ 8472 */
8473 8473
8474 #endif // AVCODEC_DCADATA_H 8474 #endif /* FFMPEG_DCADATA_H */