Revision 5b21bdab libavcodec/ulti_cb.h
libavcodec/ulti_cb.h | ||
---|---|---|
19 | 19 |
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA |
20 | 20 |
*/ |
21 | 21 |
|
22 |
#ifndef AVCODEC_ULTI_CB_H
|
|
23 |
#define AVCODEC_ULTI_CB_H
|
|
22 |
#ifndef FFMPEG_ULTI_CB_H
|
|
23 |
#define FFMPEG_ULTI_CB_H
|
|
24 | 24 |
|
25 | 25 |
static const unsigned char ulti_codebook[16384]={ |
26 | 26 |
0x00, 0x01, 0x01, 0x02, |
... | ... | |
4121 | 4121 |
0x3D, 0x3E, 0x3E, 0x3F |
4122 | 4122 |
}; |
4123 | 4123 |
|
4124 |
#endif // AVCODEC_ULTI_CB_H |
|
4124 |
#endif /* FFMPEG_ULTI_CB_H */ |
Also available in: Unified diff