OSDN Git Service

pass is_logo to GetSDT
authorlonginus <longinus@4e526526-5e11-4fc0-8910-f8fd03428081>
Tue, 15 Feb 2011 07:06:58 +0000 (07:06 +0000)
committerlonginus <longinus@4e526526-5e11-4fc0-8910-f8fd03428081>
Tue, 15 Feb 2011 07:06:58 +0000 (07:06 +0000)
git-svn-id: svn+ssh://svn.sourceforge.jp/svnroot/rec10@834 4e526526-5e11-4fc0-8910-f8fd03428081

epgdump/epgdump.c

index 5985370..879bdea 100755 (executable)
@@ -422,10 +422,10 @@ int main(int argc, char *argv[])
                goto cleanup;
        }else if(strcmp(arg_onTV, "/BS") == 0){
                char *head = "BS";
-               GetSDT(infile, svttop, secs, SECCOUNT, &pStas, &staCount, head, 0);
+               GetSDT(infile, svttop, secs, SECCOUNT, &pStas, &staCount, head, is_logo);
        }else if(strcmp(arg_onTV, "/CS") == 0){
                char *head = "CS";
-               GetSDT(infile, svttop, secs, SECCOUNT, &pStas, &staCount, head, 0);
+               GetSDT(infile, svttop, secs, SECCOUNT, &pStas, &staCount, head, is_logo);
        }else if(strcmp(arg_onTV, "/TEST") == 0){
                char *head = "TEST";
                GetSDT(infile, svttop, secs, SECCOUNT, &pStas, &staCount, head, 0);