direct3d11: fix the non-RGB texture creation with odd dimensions
commit6bfca16e30937ff8e5ccb6b25e4d0cc6e9cf11b8
authorSteve Lhomme <robUx4@videolabs.io>
Tue, 11 Jul 2017 14:24:17 +0000 (11 16:24 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 11 Jul 2017 16:21:13 +0000 (11 18:21 +0200)
treea2f0e56b3b781786369928383df39705ebbdc155
parentc29a8e972c265aace56b086580cd62dc39f10305
direct3d11: fix the non-RGB texture creation with odd dimensions

This case happens when decoding when decoding in software. For example a JPEG.

Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/video_output/win32/direct3d11.c