OSDN Git Service

commit local dev ver
[rec10/rec10-git.git] / epgdump / ts_ctl.h
index 1d74dd0..098ac73 100755 (executable)
@@ -7,10 +7,10 @@ typedef       struct  _SVT_CONTROL    SVT_CONTROL;
 struct _SVT_CONTROL{
        SVT_CONTROL     *next ;
        SVT_CONTROL     *prev ;
-       int             event_id ;                      // ¥¤¥Ù¥ó¥ÈID
+       int             event_id ;                      // イベントID
        int             original_network_id ;                   // OriginalNetworkID
-       int             transport_stream_id ;                   // TransporrtStreamID
-       char    servicename[MAXSECLEN] ;                // ¥µ¡¼¥Ó¥¹Ì¾
+       int             transport_stream_id ;                   // TransportStreamID
+       char    servicename[MAXSECLEN] ;                // サービス名
 };
 
 typedef        struct  _EIT_CONTROL    EIT_CONTROL;
@@ -19,13 +19,13 @@ struct      _EIT_CONTROL{
        EIT_CONTROL     *prev ;
        int             table_id ;
        int             servid ;
-       int             event_id ;                      // ¥¤¥Ù¥ó¥ÈID
-       int             content_type ;          // ¥³¥ó¥Æ¥ó¥È¥¿¥¤¥×
-    int                yy;
-    int                mm;
-    int                dd;
-    int                hh;
-    int                hm;
+       int             event_id ;                      // イベントID
+       int             content_type ;          // コンテントタイプ
+       int             yy;
+       int             mm;
+       int             dd;
+       int             hh;
+       int             hm;
        int             ss;
        int             dhh;
        int             dhm;
@@ -33,8 +33,10 @@ struct       _EIT_CONTROL{
        int             ehh;
        int             emm;
        int             ess;
-       char    *title ;                        // ¥¿¥¤¥È¥ë
-       char    *subtitle ;                     // ¥µ¥Ö¥¿¥¤¥È¥ë
-       char    *desc ;                 // Description
+       char    *title ;                        // タイトル
+       char    *subtitle ;                     // サブタイトル
+       char    *desc ;                         // Description
+       int     desc_length ;                   // Description Length
 };
 #endif
+