comparison cabac.h @ 5830:1d83e9c34641 libavcodec

Add FFMPEG_ prefix to all multiple inclusion guards.
author diego
date Wed, 17 Oct 2007 09:37:46 +0000
parents bc467895b8c9
children 94f4e36639ae
comparison
equal deleted inserted replaced
5829:74db916a3715 5830:1d83e9c34641
22 /** 22 /**
23 * @file cabac.h 23 * @file cabac.h
24 * Context Adaptive Binary Arithmetic Coder. 24 * Context Adaptive Binary Arithmetic Coder.
25 */ 25 */
26 26
27 #ifndef CABAC_H 27 #ifndef FFMPEG_CABAC_H
28 #define CABAC_H 28 #define FFMPEG_CABAC_H
29 29
30 #include "bitstream.h" 30 #include "bitstream.h"
31 31
32 //#undef NDEBUG 32 //#undef NDEBUG
33 #include <assert.h> 33 #include <assert.h>
865 }else 865 }else
866 return i; 866 return i;
867 } 867 }
868 #endif /* 0 */ 868 #endif /* 0 */
869 869
870 #endif /* CABAC_H */ 870 #endif /* FFMPEG_CABAC_H */