0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00
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
context.h
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