summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2017-06-29 23:13:08 +0200
committerwm4 <wm4@nowhere>2017-06-29 23:13:08 +0200
commit9b5281148c46ded8dda5972bf81167b8b3167100 (patch)
tree19f5289093e64a6a9a925be94a43829a112d94d5
parentb266a334c12fb15d76921517fac38179f9bf99be (diff)
downloadmpv-9b5281148c46ded8dda5972bf81167b8b3167100.tar.bz2
mpv-9b5281148c46ded8dda5972bf81167b8b3167100.tar.xz
vo_direct3d: fix build
That format is worthless anyway.
-rw-r--r--video/out/vo_direct3d.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/video/out/vo_direct3d.c b/video/out/vo_direct3d.c
index 5be8757a5f..84b5d59ec9 100644
--- a/video/out/vo_direct3d.c
+++ b/video/out/vo_direct3d.c
@@ -205,7 +205,6 @@ static const struct fmt_entry fmt_table[] = {
{IMGFMT_420P, MAKEFOURCC('Y','V','1','2')},
{IMGFMT_420P, MAKEFOURCC('I','4','2','0')},
{IMGFMT_420P, MAKEFOURCC('I','Y','U','V')},
- {IMGFMT_410P, MAKEFOURCC('Y','V','U','9')},
{IMGFMT_NV12, MAKEFOURCC('N','V','1','2')},
// packed YUV
{IMGFMT_YUYV, D3DFMT_YUY2},