diff recpt1/recpt1.c @ 100:aeba1988234f

support macros to specify sid: - macros: hd, sd1, sd2, sd3, 1seg and all are supported. - if sid has been specified but no suitable sid found, fall back to "all". technical summary: - use splitter structure as the argument where it is applicable. - add tab configuration to some source files.
author Yoshiki Yazawa <yaz@honeyplanet.jp>
date Sat, 13 Feb 2010 19:43:25 +0900
parents 3a3f15b063e1
children 387d18563ef8
line wrap: on
line diff
--- a/recpt1/recpt1.c	Fri Feb 12 21:40:21 2010 +0900
+++ b/recpt1/recpt1.c	Sat Feb 13 19:43:25 2010 +0900
@@ -1,3 +1,4 @@
+/* -*- tab-width: 4; indent-tabs-mode: nil -*- */
 #include <stdio.h>
 #include <fcntl.h>
 #include <sys/types.h>
@@ -1050,7 +1051,7 @@
         if ( splitter->sid_list == NULL )
         {
             fprintf(stderr, "Cannot start TS splitter\n");
-            return(1);
+            return 1;
         }
     }