Commit 2e73e098 authored by diego's avatar diego

Identifiers starting with underscores are reserved.


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@9837 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 01313020
......@@ -19,8 +19,8 @@
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA
*/
#ifndef __TRUESPEECH_DATA__
#define __TRUESPEECH_DATA__
#ifndef TRUESPEECH_DATA_H
#define TRUESPEECH_DATA_H
#include <stdint.h>
......@@ -156,4 +156,4 @@ static const int16_t ts_5E2[8] =
static const int16_t ts_5F2[8] =
{ 0x6000, 0x4800, 0x3600, 0x2880, 0x1E60, 0x16C8, 0x1116, 0x0CD1 };
#endif
#endif /* TRUESPEECH_DATA_H */
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment