direct3d11: remove the useless staging texture
commit5a5bbfbce22b6879f6552937e9827bb78792bc30
authorSteve Lhomme <robUx4@videolabs.io>
Mon, 6 Feb 2017 14:06:24 +0000 (6 15:06 +0100)
committerJean-Baptiste Kempf <jb@videolan.org>
Wed, 8 Feb 2017 13:42:17 +0000 (8 14:42 +0100)
tree7883be29114b95090a05093b88eec7f19fb1f1e2
parent8e8a74d3611e08b35fda10236029cddc9fe4a4e0
direct3d11: remove the useless staging texture

Since we place the texture correctly we don't need an intermediate copy to crop
it.
Fixes the green display when decoding with the CPU.

Close #17982 #17978

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