add binfolder path relative filters, fix gbrp color model, vwdw timebar tweaks, title...
[goodguy/history.git] / cinelerra-5.1 / mpeg2enc / conform.c
index b67242560c8af12255a4de0bb07d59f0004cbee2..1245e32097f6f7f47941c2c4b52512f248a44063 100644 (file)
@@ -37,7 +37,7 @@
 void range_checks()
 {
 }
 void range_checks()
 {
 }
-
+#if 0
 /* identifies valid profile / level combinations */
 static char profile_level_defined[5][4] =
 {
 /* identifies valid profile / level combinations */
 static char profile_level_defined[5][4] =
 {
@@ -64,7 +64,7 @@ static struct level_limits {
   {8, 5,  720,  576, 10368000, 15, 112}, /* ML */
   {7, 4,  352,  288,  3041280,  4,  29}  /* LL */
 };
   {8, 5,  720,  576, 10368000, 15, 112}, /* ML */
   {7, 4,  352,  288,  3041280,  4,  29}  /* LL */
 };
-
+#endif
 #define SP   5
 #define MP   4
 #define SNR  3
 #define SP   5
 #define MP   4
 #define SNR  3