filebox changes, mts fix, dvd/bd create changes, motionwindow layout
[goodguy/history.git] / cinelerra-5.1 / libzmpeg3 / libzmpeg3.C
index 409e7b43b97916d736d43faf278c9bbaa043755e..d27e5ceb15fafe0a2bf9799ebb6e2b438abc94cc 100644 (file)
@@ -428,10 +428,11 @@ check_sig(char *path)
     else if( bits == TOC_PREFIX ) {
       result = 1;
     }
-    /* Blu-Ray or AVC-HD*/
-    else if( is_bd_(bits, bits2, ext) ) {
-      result = 1;
-    }
+/* don't use, does not work well at all */
+//    /* Blu-Ray or AVC-HD*/
+//    else if( is_bd_(bits, bits2, ext) ) {
+//      result = 1;
+//    }
     else if( (((bits >> 24) & 0xff) == zmpeg3_t::SYNC_BYTE ) ||
              (bits == zmpeg3_t::PACK_START_CODE) ||
              ((bits & 0xfff00000) == 0xfff00000) ||