libg722_1
0.0.1
Main Page
Related Pages
Classes
Files
File List
File Members
version.h
1
/*
2
* g722_1 - a library for the G.722.1 and Annex C codecs
3
*
4
* version.h
5
*
6
* Adapted by Steve Underwood <steveu@coppice.org> from the reference
7
* code supplied with ITU G.722.1
8
*
9
* This program is distributed in the hope that it will be useful,
10
* but WITHOUT ANY WARRANTY; without even the implied warranty of
11
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
12
*
13
* $Id: version.h.in,v 1.2 2008/09/20 16:52:51 steveu Exp $
14
*/
15
16
#if !defined(_G722_1_VERSION_H_)
17
#define _G722_1_VERSION_H_
18
19
/* The date and time of the version are in UTC form. */
20
21
#define G722_1_RELEASE_DATE 20081121
22
#define G722_1_RELEASE_TIME 153216
23
24
#endif
25
/*- End of file ------------------------------------------------------------*/
src
g722_1
version.h
Generated by
1.8.5