Files
FFmpeg/doc
Andreas Rheinhardt 004cc60f0e avutil/avassert: Add av_unreachable() and av_assume() macros
Useful to let the compiler and static analyzers know that
something is unreachable without adding an av_assert
(which would be either dead for the compiler or add runtime
overhead) for this.
The implementation used here enforces the use of a message
to provide a reason why a particular code is supposed to be
unreachable.

Reviewed-by: Ramiro Polla <ramiro.polla@gmail.com>
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
2025-05-21 10:45:23 +02:00
..
2023-03-01 21:59:10 +01:00
2025-05-07 15:35:47 +02:00
2025-05-18 19:54:09 -03:00
2024-03-18 17:59:19 +01:00
2024-10-06 01:32:47 +02:00
2024-10-06 01:32:47 +02:00
2020-09-08 14:29:19 +02:00
2021-06-18 18:58:25 +02:00