comparison ulti_cb.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
17 * You should have received a copy of the GNU Lesser General Public 17 * You should have received a copy of the GNU Lesser General Public
18 * License along with FFmpeg; if not, write to the Free Software 18 * License along with FFmpeg; if not, write to the Free Software
19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA 19 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
20 */ 20 */
21 21
22 #ifndef AVCODEC_ULTI_CB_H 22 #ifndef FFMPEG_ULTI_CB_H
23 #define AVCODEC_ULTI_CB_H 23 #define FFMPEG_ULTI_CB_H
24 24
25 static const unsigned char ulti_codebook[16384]={ 25 static const unsigned char ulti_codebook[16384]={
26 0x00, 0x01, 0x01, 0x02, 26 0x00, 0x01, 0x01, 0x02,
27 0x00, 0x01, 0x02, 0x03, 27 0x00, 0x01, 0x02, 0x03,
28 0x00, 0x02, 0x03, 0x04, 28 0x00, 0x02, 0x03, 0x04,
4119 0x3C, 0x3D, 0x3D, 0x3E, 4119 0x3C, 0x3D, 0x3D, 0x3E,
4120 0x3C, 0x3D, 0x3E, 0x3F, 4120 0x3C, 0x3D, 0x3E, 0x3F,
4121 0x3D, 0x3E, 0x3E, 0x3F 4121 0x3D, 0x3E, 0x3E, 0x3F
4122 }; 4122 };
4123 4123
4124 #endif // AVCODEC_ULTI_CB_H 4124 #endif /* FFMPEG_ULTI_CB_H */