shithub: h264bsd

Download patch

ref: 7d0cb59987f5c5c70cf55e35e65aa6b7a5bc460e
parent: 4b7065cc238365afc13bd3a92c500b4629ea629b
author: Sigrid Haflínudóttir <ftrvxmtrx@gmail.com>
date: Tue Sep 15 16:54:25 EDT 2020

remove prototypes of non-existing funcs

--- a/src/h264bsd_util.h
+++ b/src/h264bsd_util.h
@@ -172,8 +172,5 @@
 
 void h264bsdSetCurrImageMbPointers(image_t *image, u32 mbNum);
 
-i32 abs(i32 a);
-i32 clip(i32 x, i32 y, i32 z);
-
 #endif /* #ifdef H264SWDEC_UTIL_H */