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

github.com/mpc-hc/LAVFilters.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHendrik Leppkes <h.leppkes@gmail.com>2016-03-06 19:17:55 +0300
committerHendrik Leppkes <h.leppkes@gmail.com>2016-03-06 19:17:55 +0300
commit5c6e40b33438c673c28295de5782c470716b77ab (patch)
treec0c29ebbff6476aa2bffe5e5361200d4f38880a8 /decoder
parentf07286eb7a3d4c417eb278a5e2e919f17cb50023 (diff)
Tune the layout of the hwaccel options a bit more
Diffstat (limited to 'decoder')
-rw-r--r--decoder/LAVVideo/LAVVideo.rc6
1 files changed, 3 insertions, 3 deletions
diff --git a/decoder/LAVVideo/LAVVideo.rc b/decoder/LAVVideo/LAVVideo.rc
index cde1cdae..e553c7ed 100644
--- a/decoder/LAVVideo/LAVVideo.rc
+++ b/decoder/LAVVideo/LAVVideo.rc
@@ -113,12 +113,12 @@ BEGIN
LTEXT "Hardware Decoder to use:",IDC_LBL_HWACCEL,157,17,107,8
COMBOBOX IDC_HWACCEL,160,28,85,100,CBS_DROPDOWNLIST | WS_VSCROLL | WS_TABSTOP
LTEXT "N/A",IDC_HWACCEL_AVAIL,247,31,20,8
- LTEXT "Active Decoder: ",IDC_STATIC,157,46,57,8
- LTEXT "<inactive>",IDC_ACTIVE_DECODER,220,46,45,8
+ LTEXT "Active Decoder: ",IDC_STATIC,157,46,56,8
+ LTEXT "<inactive>",IDC_ACTIVE_DECODER,213,46,55,8
LTEXT "Resolutions",IDC_LBL_HWRESOLUTIONS,271,17,47,8
CONTROL "SD",IDC_HWRES_SD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,274,27,32,10
CONTROL "HD",IDC_HWRES_HD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,315,27,32,10
- CONTROL "UHD (4K)",IDC_HWRES_UHD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,356,27,40,10
+ CONTROL "UHD (4K)",IDC_HWRES_UHD,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,356,27,43,10
LTEXT "Codecs for HW Decoding",IDC_LBL_HWCODECS,271,42,80,8
CONTROL "H.264",IDC_HWACCEL_H264,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,274,53,39,10
CONTROL "HEVC",IDC_HWACCEL_HEVC,"Button",BS_AUTOCHECKBOX | WS_TABSTOP,315,53,39,10