comparison rangecoder.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents 2b72f9bc4f06
children f7cbb7733146
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
22 /** 22 /**
23 * @file rangecoder.h 23 * @file rangecoder.h
24 * Range coder. 24 * Range coder.
25 */ 25 */
26 26
27 #ifndef AVCODEC_RANGECODER_H 27 #ifndef FFMPEG_RANGECODER_H
28 #define AVCODEC_RANGECODER_H 28 #define FFMPEG_RANGECODER_H
29 29
30 #include <stdint.h> 30 #include <stdint.h>
31 #include <assert.h> 31 #include <assert.h>
32 #include "common.h" 32 #include "common.h"
33 33
136 136
137 return one_mask&1; 137 return one_mask&1;
138 #endif 138 #endif
139 } 139 }
140 140
141 #endif // AVCODEC_RANGECODER_H 141 #endif /* FFMPEG_RANGECODER_H */