diff options
Diffstat (limited to 'system')
-rw-r--r-- | system/image/pdp_imageproc_common.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/system/image/pdp_imageproc_common.c b/system/image/pdp_imageproc_common.c index 68bd8b8..dc6f4e1 100644 --- a/system/image/pdp_imageproc_common.c +++ b/system/image/pdp_imageproc_common.c @@ -72,7 +72,7 @@ u32 pdp_imageproc_legalheight_round_down(int i) /* check if two packets are allocated and of the same type */ -bool pdp_packet_compat(int packet0, int packet1) +int pdp_packet_compat(int packet0, int packet1) { t_pdp *header0 = pdp_packet_header(packet0); |