mirror of
https://github.com/nyanmisaka/ffmpeg-rockchip.git
synced 2026-04-27 09:43:11 +08:00
Factor CHECKED out of DEBUG so it can be set seperatly
Suggested-by: Matt Wolenetz <wolenetz@google.com> Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
This commit is contained in:
@@ -45,7 +45,7 @@
|
||||
|
||||
// For debuging we use signed operations so overflows can be detected (by ubsan)
|
||||
// For production we use unsigned so there are no undefined operations
|
||||
#ifdef DEBUG
|
||||
#ifdef CHECKED
|
||||
#define SUINT int
|
||||
#else
|
||||
#define SUINT unsigned
|
||||
|
||||
Reference in New Issue
Block a user