X-Git-Url: http://git.osdn.net/view?p=rec10%2Frec10-git.git;a=blobdiff_plain;f=epgdump%2Ftot.h;fp=epgdump%2Ftot.h;h=0000000000000000000000000000000000000000;hp=4699370dd6de99a44a54150815fdf44aff864fab;hb=930d3dbdc17ad4179a9b512f4e787a896a544943;hpb=d63ca135202a679bd918561b65e806966f94546e diff --git a/epgdump/tot.h b/epgdump/tot.h deleted file mode 100644 index 4699370..0000000 --- a/epgdump/tot.h +++ /dev/null @@ -1,38 +0,0 @@ -#ifndef TOT_H -#define TOT_H 1 - -#include -#include - -#include "util.h" -#include "ts_ctl.h" - -typedef struct _TOThead { - unsigned char table_id; - int section_syntax_indicator; - int reserved_future_use1; - int reserved1; - int section_length; - unsigned char JST_time[5]; - int reserved2; - int descriptors_loop_length; -} TOThead; - -typedef struct _TOTdesc { - unsigned char descriptor_tag; - int descriptor_length; -} TOTdesc; - -#ifdef __cplusplus -extern "C"{ -#endif /* __cplusplus */ - - int parseTOThead(unsigned char *data, TOThead *toth); - int parseTOTdesc(unsigned char *data, TOTdesc *totd); - void dumpTOT(unsigned char *ptr); - -#ifdef __cplusplus -} -#endif /* __cplusplus */ - -#endif