vo_direct3d: fix build

That format is worthless anyway.
This commit is contained in:
wm4 2017-06-29 23:13:08 +02:00
parent b266a334c1
commit 9b5281148c
1 changed files with 0 additions and 1 deletions

View File

@ -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},