annotate arib25/src/ts_section_parser_error_code.h @ 61:f1553492e8bb
ensure path of destination file exists. imported Jonathan Leffler's mkpath.
author |
Yoshiki Yazawa <yaz@honeyplanet.jp> |
date |
Fri, 09 Oct 2009 11:04:36 +0900 |
parents |
41a5481db56f |
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 */
|