Welcome to mirror list, hosted at ThFree Co, Russian Federation.

resource.h « LAVVideo « decoder - github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 9fa970e38866f0bc552defc5edf60ff4e7fd44ee (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
//{{NO_DEPENDENCIES}}
// Microsoft Visual C++ generated include file.
// Used by LAVVideo.rc
//
#define IDD_PROPPAGE_VIDEO_SETTINGS     9
#define IDD_PROPPAGE_FORMATS            10
#define IDS_SETTINGS                    101
#define IDS_FORMATS                     102
#define IDI_ICON1                       103
#define IDS_FIELDORDER_AUTO             104
#define IDS_FIELDORDER_TOP              105
#define IDS_FIELDORDER_BOTTOM           106
#define IDS_DEINTMODE_AUTO              107
#define IDS_DEINTMODE_AGGRESSIVE        108
#define IDS_DEINTMODE_FORCE             109
#define IDS_DEINTMODE_DISABLE           110
#define IDC_CODECS                      1001
#define IDC_LAVVIDEO_FOOTER             1002
#define IDC_VIDEO_SETTINGS              1003
#define IDC_STREAMAR                    1004
#define IDC_THREADS                     1005
#define IDC_LBL_MULTITHREAD             1006
#define IDC_OUTPUT_FORMATS              1008
#define IDC_OUT_YV12                    1009
#define IDC_OUT_NV12                    1010
#define IDC_OUT_P010                    1011
#define IDC_OUT_P016                    1012
#define IDC_OUT_YUY2                    1013
#define IDC_OUT_P210                    1014
#define IDC_OUT_P216                    1015
#define IDC_OUT_AYUV                    1016
#define IDC_OUT_Y410                    1017
#define IDC_OUT_Y416                    1018
#define IDC_OUT_RGB32                   1019
#define IDC_OUT_RGB24                   1020
#define IDC_OUT_420                     1021
#define IDC_OUT_422                     1022
#define IDC_OUT_444                     1023
#define IDC_OUT_RGB                     1024
#define IDC_OUT_8BIT                    1025
#define IDC_OUT_10BIT                   1026
#define IDC_OUT_16BIT                   1027
#define IDC_OUT_UYVY                    1028
#define IDC_LBL_RGBOUT                  1030
#define IDC_RGBOUT_AUTO                 1031
#define IDC_RGBOUT_TV                   1032
#define IDC_RGBOUT_PC                   1033
#define IDC_HWACCEL_SETTINGS            1034
#define IDC_LBL_HWACCEL                 1035
#define IDC_HWACCEL                     1036
#define IDC_LBL_HWCODECS                1037
#define IDC_HWACCEL_H264                1038
#define IDC_HWACCEL_VC1                 1039
#define IDC_HWACCEL_MPEG2               1040
#define IDC_HW_DEINT                    1041
#define IDC_LBL_HWDEINT_MODE            1046
#define IDC_HWDEINT_OUT_VIDEO           1047
#define IDC_HWDEINT_OUT_FILM            1048
#define IDC_LBL_DEINT_FIELDORDER        1049
#define IDC_DEINT_FIELDORDER            1050
#define IDC_LBL_DEINT_MODE              1051
#define IDC_HWDEINT_HQ                  1052
#define IDC_HWACCEL_AVAIL               1053
#define IDC_DEINT_SETTINGS              1054
#define IDC_DEINT_MODE                  1055
#define IDC_SWDEINT_ENABLE              1056
#define IDC_SWDEINT                     1057
#define IDC_LBL_SWDEINT_MODE            1058
#define IDC_SWDEINT_OUT_FILM            1059
#define IDC_SWDEINT_OUT_VIDEO           1060
#define IDC_OUT_V210                    1062
#define IDC_OUT_V410                    1063
#define IDC_HWACCEL_MPEG4               1064
#define IDC_LBL_FORMATS                 1065
#define IDC_DITHER_ORDERED              1066
#define IDC_DITHER_RANDOM               1067
#define IDC_CODECS_MSWMVDMO             1068
#define IDC_ACTIVE_DECODER              1069
#define IDC_OUT_YV24                    1070
#define IDC_DVD_VIDEO                   1071
#define IDC_GROUP_HWDEINT               1072
#define IDC_HWDEINT_ENABLE              1073
#define IDC_LBL_HWRESOLUTIONS           1074
#define IDC_HWRES_SD                    1075
#define IDC_HWRES_HD                    1076
#define IDC_HWRES_UHD                   1077
#define IDC_HWACCEL_MPEG2_DVD           1078
#define IDC_TRAYICON                    1079

// Next default values for new objects
// 
#ifdef APSTUDIO_INVOKED
#ifndef APSTUDIO_READONLY_SYMBOLS
#define _APS_NEXT_RESOURCE_VALUE        111
#define _APS_NEXT_COMMAND_VALUE         40001
#define _APS_NEXT_CONTROL_VALUE         1080
#define _APS_NEXT_SYMED_VALUE           101
#endif
#endif