comparison wmadata.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 c4a4495715dd
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
22 /** 22 /**
23 * @file wmadata.h 23 * @file wmadata.h
24 * Various WMA tables. 24 * Various WMA tables.
25 */ 25 */
26 26
27 #ifndef AVCODEC_WMADATA_H 27 #ifndef FFMPEG_WMADATA_H
28 #define AVCODEC_WMADATA_H 28 #define FFMPEG_WMADATA_H
29 29
30 #include <stdint.h> 30 #include <stdint.h>
31 #include "wma.h" 31 #include "wma.h"
32 32
33 static const uint16_t wma_critical_freqs[25] = { 33 static const uint16_t wma_critical_freqs[25] = {
1436 { 1436 {
1437 sizeof(coef5_huffbits), sizeof(levels5)/2, coef5_huffcodes, coef5_huffbits, levels5, 1437 sizeof(coef5_huffbits), sizeof(levels5)/2, coef5_huffcodes, coef5_huffbits, levels5,
1438 }, 1438 },
1439 }; 1439 };
1440 1440
1441 #endif // AVCODEC_WMADATA_H 1441 #endif /* FFMPEG_WMADATA_H */