summaryrefslogtreecommitdiffstats
path: root/video/decode
diff options
context:
space:
mode:
authorstepshal <nessento@openmailbox.org>2016-06-26 01:07:38 +0700
committerwm4 <wm4@nowhere>2016-06-26 13:47:21 +0200
commitc5094206ce6ff1a557540ed6e0d8505bc6db0031 (patch)
treeed356399c9607973a0f5590a65c67bba132c87a9 /video/decode
parent24478a8a72b17d54346fb8d648e53448c3819e9d (diff)
downloadmpv-c5094206ce6ff1a557540ed6e0d8505bc6db0031.tar.bz2
mpv-c5094206ce6ff1a557540ed6e0d8505bc6db0031.tar.xz
Fix misspellings
Diffstat (limited to 'video/decode')
-rw-r--r--video/decode/d3d.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/video/decode/d3d.c b/video/decode/d3d.c
index b978472723..59d2a81664 100644
--- a/video/decode/d3d.c
+++ b/video/decode/d3d.c
@@ -68,7 +68,7 @@ struct d3dva_mode {
#define MODE2(id) &MP_CONCAT(DXVA2_Mode, id), # id
#define MODE(id) &MP_CONCAT(DXVA_, id), # id
-// Prefered modes must come first
+// Preferred modes must come first
static const struct d3dva_mode d3dva_modes[] = {
// MPEG-1/2
{MODE2(MPEG2_VLD), AV_CODEC_ID_MPEG2VIDEO, PROF_MPEG2_MAIN},