diff 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
line wrap: on
line diff
--- a/src/recpt1.h	Sun Oct 07 00:37:34 2012 +0900
+++ b/src/recpt1.h	Wed Oct 17 23:47:16 2012 +0900
@@ -89,7 +89,7 @@
     int lnb;    /* LNB voltage */
     int tfd;    /* tuner fd */
     int wfd;    /* output file fd */
-    int device_id; /* /dev/pt1video[N] */
+    char *device_name; /* "/dev/ptXvideoY" */
     ISDB_T_FREQ_CONV_TABLE *table;
     sock_data *sock_data;
     pthread_t signal_thread;