Mercurial > pt1.oyama
comparison src/recpt1.h @ 133:0db6ccf0fe31
modify DLNA display name & UUID
author | Naoya OYAMA <naoya.oyama@gmail.com> |
---|---|
date | Thu, 14 Oct 2010 00:07:05 +0900 |
parents | 5a380559a61e |
children | 1d343a4eb657 |
comparison
equal
deleted
inserted
replaced
132:7b663556757f | 133:0db6ccf0fe31 |
---|---|
86 decoder_options *dopt; | 86 decoder_options *dopt; |
87 int ch; | 87 int ch; |
88 int lnb; /* LNB voltage */ | 88 int lnb; /* LNB voltage */ |
89 int tfd; /* tuner fd */ | 89 int tfd; /* tuner fd */ |
90 int wfd; /* output file fd */ | 90 int wfd; /* output file fd */ |
91 int device_id; /* /dev/pt1video[N] */ | |
91 ISDB_T_FREQ_CONV_TABLE *table; | 92 ISDB_T_FREQ_CONV_TABLE *table; |
92 sock_data *sock_data; | 93 sock_data *sock_data; |
93 pthread_t signal_thread; | 94 pthread_t signal_thread; |
94 int recsec; | 95 int recsec; |
95 time_t start_time; | 96 time_t start_time; |