Mercurial > pt1
comparison arib25/src/arib_std_b25_error_code.h @ 53:41a5481db56f
rearrange arib25 directory
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Sun, 13 Sep 2009 02:11:33 +0900 |
parents | arib25v023/arib25/src/arib_std_b25_error_code.h@6801fe7e04ff |
children |
comparison
equal
deleted
inserted
replaced
52:db7af62da709 | 53:41a5481db56f |
---|---|
1 #ifndef ARIB_STD_B25_ERROR_CODE_H | |
2 #define ARIB_STD_B25_ERROR_CODE_H | |
3 | |
4 #define ARIB_STD_B25_ERROR_INVALID_PARAM -1 | |
5 #define ARIB_STD_B25_ERROR_NO_ENOUGH_MEMORY -2 | |
6 #define ARIB_STD_B25_ERROR_NON_TS_INPUT_STREAM -3 | |
7 #define ARIB_STD_B25_ERROR_NO_PAT_IN_HEAD_16M -4 | |
8 #define ARIB_STD_B25_ERROR_NO_PMT_IN_HEAD_32M -5 | |
9 #define ARIB_STD_B25_ERROR_NO_ECM_IN_HEAD_32M -6 | |
10 #define ARIB_STD_B25_ERROR_EMPTY_B_CAS_CARD -7 | |
11 #define ARIB_STD_B25_ERROR_INVALID_B_CAS_STATUS -8 | |
12 #define ARIB_STD_B25_ERROR_ECM_PROC_FAILURE -9 | |
13 #define ARIB_STD_B25_ERROR_DECRYPT_FAILURE -10 | |
14 #define ARIB_STD_B25_ERROR_PAT_PARSE_FAILURE -11 | |
15 #define ARIB_STD_B25_ERROR_PMT_PARSE_FAILURE -12 | |
16 #define ARIB_STD_B25_ERROR_ECM_PARSE_FAILURE -13 | |
17 #define ARIB_STD_B25_ERROR_CAT_PARSE_FAILURE -14 | |
18 #define ARIB_STD_B25_ERROR_EMM_PARSE_FAILURE -15 | |
19 #define ARIB_STD_B25_ERROR_EMM_PROC_FAILURE -16 | |
20 | |
21 #define ARIB_STD_B25_WARN_UNPURCHASED_ECM 1 | |
22 #define ARIB_STD_B25_WARN_TS_SECTION_ID_MISSMATCH 2 | |
23 #define ARIB_STD_B25_WARN_BROKEN_TS_SECTION 3 | |
24 | |
25 #endif /* ARIB_STD_B25_ERROR_CODE_H */ |