comparison src/recpt1.h @ 170:4f3640bf350d

Change display name of DLNA. - old_display name: (recpt1:devN) - new_display name: (hostname: /dev/ptXdevY) - change UUID format.
author Naoya OYAMA <naoya.oyama@gmail.com>
date Wed, 17 Oct 2012 23:47:16 +0900
parents 7d8a5bb874ad
children
comparison
equal deleted inserted replaced
169:cb54f9777734 170:4f3640bf350d
87 decoder_options *dopt; 87 decoder_options *dopt;
88 char ch[16]; /* channel is one of the following. Number, C00, BS0_0, CS0 */ 88 char ch[16]; /* channel is one of the following. Number, C00, BS0_0, CS0 */
89 int lnb; /* LNB voltage */ 89 int lnb; /* LNB voltage */
90 int tfd; /* tuner fd */ 90 int tfd; /* tuner fd */
91 int wfd; /* output file fd */ 91 int wfd; /* output file fd */
92 int device_id; /* /dev/pt1video[N] */ 92 char *device_name; /* "/dev/ptXvideoY" */
93 ISDB_T_FREQ_CONV_TABLE *table; 93 ISDB_T_FREQ_CONV_TABLE *table;
94 sock_data *sock_data; 94 sock_data *sock_data;
95 pthread_t signal_thread; 95 pthread_t signal_thread;
96 int recsec; 96 int recsec;
97 time_t start_time; 97 time_t start_time;