comparison mpegaudio.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 94c3f01c243c
children c4a4495715dd
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
21 /** 21 /**
22 * @file mpegaudio.h 22 * @file mpegaudio.h
23 * mpeg audio declarations for both encoder and decoder. 23 * mpeg audio declarations for both encoder and decoder.
24 */ 24 */
25 25
26 #ifndef MPEGAUDIO_H 26 #ifndef FFMPEG_MPEGAUDIO_H
27 #define MPEGAUDIO_H 27 #define FFMPEG_MPEGAUDIO_H
28 28
29 #include "avcodec.h" 29 #include "avcodec.h"
30 #include "bitstream.h" 30 #include "bitstream.h"
31 #include "dsputil.h" 31 #include "dsputil.h"
32 32
150 if ((header & (3<<10)) == 3<<10) 150 if ((header & (3<<10)) == 3<<10)
151 return -1; 151 return -1;
152 return 0; 152 return 0;
153 } 153 }
154 154
155 #endif /* MPEGAUDIO_H */ 155 #endif /* FFMPEG_MPEGAUDIO_H */