comparison libmpcodecs/ae.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents c23ca41ad996
children 3baf6a2283da
comparison
equal deleted inserted replaced
23688:3454aed9d083 23689:3f0d00abc073
1 1
2 #ifndef __MPAE_H__ 2 #ifndef MPAE_H
3 #define __MPAE_H__ 3 #define MPAE_H
4 4
5 #define ACODEC_COPY 0 5 #define ACODEC_COPY 0
6 #define ACODEC_PCM 1 6 #define ACODEC_PCM 1
7 #define ACODEC_VBRMP3 2 7 #define ACODEC_VBRMP3 2
8 #define ACODEC_NULL 3 8 #define ACODEC_NULL 3