view arib25v023/arib25/src/ts_section_parser_error_code.h @ 13:003fe2470af8

reorganized options: - 0 as recsec means indefinite recording. - now --udp option works as switch to enable udp broadcasting. - --host option has been added. this option specifies hostname to connect via udp socket. - when --udp option is specified, output file may not be specified.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Tue, 24 Feb 2009 17:22:06 +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 */