mpv/video/out/d3d11
sfan5 1201d59f0b various: replace abort() with MP_ASSERT_UNREACHABLE() where appropriate
In debug mode the macro causes an assertion failure.
In release mode it works differently and tells the compiler that it can
assume the codepath will never execute. For this reason I was conversative
in replacing it, e.g. in mpv-internal code that exhausts all valid values
of an enum or when a condition is clear from directly preceding code.
2023-01-12 22:02:07 +01:00
..
context.c various: fix typos 2022-04-25 09:07:18 -04:00
context.h vo_gpu/d3d11: enable access to the underlying ra_ctx swap chain 2022-02-02 21:48:01 +02:00
hwdec_d3d11va.c hwdec/d3d11va: fix a possible memory leak 2022-12-21 19:03:38 +01:00
hwdec_dxva2dxgi.c vo: hwdec: do hwdec interop lookup by image format 2022-09-21 09:39:34 -07:00
ra_d3d11.c various: replace abort() with MP_ASSERT_UNREACHABLE() where appropriate 2023-01-12 22:02:07 +01:00
ra_d3d11.h vo_gpu/d3d11: add helper function to get ra_format from DXGI_FORMAT 2022-04-11 17:56:02 +03:00