OSDN Git Service

pass is_logo to GetSDT
[rec10/rec10-git.git] / 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);