OSDN Git Service

fix bs/cs miss recongnize bug.
[rec10/rec10-git.git] / jTsSplitter / trunk / src / jtssplitter / Tsfile.java
index 73c260d..5394a86 100644 (file)
@@ -69,7 +69,7 @@ public class Tsfile {
                                 pats=m2tp2.getPAT();
                                 boolean containp_table=false;
                                 for (int iii=0;iii<pats.size();iii++){
-                                    if (pats.get(iii).Program_TABLE==p_table && csch==0){
+                                    if (pats.get(iii).Program_TABLE==p_table && csch!=0){
                                         containp_table=true;
                                     }
                                 }