]> git.sesse.net Git - x264/blobdiff - vfw/resource.h
more VfW options.
[x264] / vfw / resource.h
index 3aeb12740b8d03d4c2781af7678b8281dbf079f2..87c1fe1234392e61f002f733b7ce32b04eba621a 100644 (file)
@@ -6,6 +6,8 @@
 #define IDD_MAINCONFIG                  101
 #define IDD_ADVANCED                    102
 #define IDD_ABOUT                       103
+#define IDD_ERRCONSOLE                  104
+#define IDD_DEBUG                       105
 #define IDC_BITRATESLIDER               1002
 #define IDC_BITRATEEDIT                 1003
 #define IDC_BITRATESLIDER2              1004
@@ -53,9 +55,7 @@
 #define IDC_2PASS1                      1041
 #define IDC_2PASS2                      1042
 #define IDC_INLOOP_A                    1044
-#define IDC_INLOOP_B                    1045
 #define IDC_LOOPA_TXT                   1047
-#define IDC_LOOPB_TXT                   1048
 #define IDC_FAST1PASS                   1049
 #define IDC_IPRATIO                     1050
 #define IDC_PBRATIO                     1051
 #define IDC_UPDATESTATS                 1053
 #define IDC_STATSFILE                   1054
 #define IDC_STATSFILE_BROWSE            1055
+#define IDC_CONSOLE                     1056
+#define IDC_COPYCLIP                    1057
+#define IDC_BREFS                       1058
+#define IDC_WBPRED                      1059
+#define IDC_THREADS                     1060
+#define IDC_THREADEDIT                  1061
+#define IDC_SAR_W                       1062
+#define IDC_SAR_H                       1063
+#define IDC_I8X8                        1064
+#define IDC_DCT8X8                      1065
+#define IDC_ME_METHOD                   1066
+#define IDC_CHROMAME                    1067
+#define IDC_MERANGE                     1068
+#define IDC_BADAPT                      1070
+#define IDC_BBIASSLIDER                 1072
+#define IDC_BBIAS                       1073
+#define IDC_QPMIN                       1074
+#define IDC_QPMAX                       1075
+#define IDC_QPSTEP                      1076
+#define IDC_INLOOP_B                    1077
+#define IDC_LOOPB_TXT                   1078
+#define IDC_LOG                         1079
+#define IDC_DEBUG                       1084
+#define IDC_CPU_MMX                     1086
+#define IDC_SCENECUT                    1087
 
 // Next default values for new objects
 // 
 #ifdef APSTUDIO_INVOKED
 #ifndef APSTUDIO_READONLY_SYMBOLS
-#define _APS_NEXT_RESOURCE_VALUE        104
+#define _APS_NEXT_RESOURCE_VALUE        106
 #define _APS_NEXT_COMMAND_VALUE         40001
-#define _APS_NEXT_CONTROL_VALUE         1056
+#define _APS_NEXT_CONTROL_VALUE         1088
 #define _APS_NEXT_SYMED_VALUE           101
 #endif
 #endif