Mercurial > pt1.oyama
view arib25v023/arib25/src/ts_section_parser_error_code.h @ 37:c359e7adf700
propagate upstream change:
- when wrong channel number is passed, the driver puts an error message and discards data.
author | Yoshiki Yazawa <yaz@honeyplanet.jp> |
---|---|
date | Tue, 07 Apr 2009 05:42:18 +0900 |
parents | 6801fe7e04ff |
children |
line wrap: on
line source
#ifndef TS_SECTION_PARSER_ERROR_CODE_H #define TS_SECTION_PARESR_ERROR_CODE_H #define TS_SECTION_PARSER_ERROR_INVALID_PARAM -1 #define TS_SECTION_PARSER_ERROR_NO_ENOUGH_MEMORY -2 #define TS_SECTION_PARSER_ERROR_INVALID_TS_PID -3 #define TS_SECTION_PARSER_ERROR_NO_SECTION_DATA -4 #define TS_SECTION_PARSER_WARN_CRC_MISSMATCH 1 #define TS_SECTION_PARSER_WARN_LENGTH_MISSMATCH 2 #endif /* TS_SECTION_PARSER_ERROR_CODE_H */