annotate arib25v021/arib25/src/ts_section_parser_error_code.h @ 1:29f3b2bbbd67
- rename test.c to recpt1.c
- divide definitions into recpt1.h
author |
Yoshiki Yazawa <yaz@honeyplanet.jp> |
date |
Mon, 16 Feb 2009 15:55:46 +0900 |
parents |
67e8eca28a80 |
children |
|
rev |
line source |
0
|
1 #ifndef TS_SECTION_PARSER_ERROR_CODE_H
|
|
2 #define TS_SECTION_PARESR_ERROR_CODE_H
|
|
3
|
|
4 #define TS_SECTION_PARSER_ERROR_INVALID_PARAM -1
|
|
5 #define TS_SECTION_PARSER_ERROR_NO_ENOUGH_MEMORY -2
|
|
6 #define TS_SECTION_PARSER_ERROR_INVALID_TS_PID -3
|
|
7 #define TS_SECTION_PARSER_ERROR_NO_SECTION_DATA -4
|
|
8
|
|
9 #define TS_SECTION_PARSER_WARN_CRC_MISSMATCH 1
|
|
10 #define TS_SECTION_PARSER_WARN_LENGTH_MISSMATCH 2
|
|
11
|
|
12 #endif /* TS_SECTION_PARSER_ERROR_CODE_H */
|