diff options
Diffstat (limited to 'include')
| -rw-r--r-- | include/xas/spatial.h | 4 | 
1 files changed, 2 insertions, 2 deletions
| diff --git a/include/xas/spatial.h b/include/xas/spatial.h index 581543c..864770b 100644 --- a/include/xas/spatial.h +++ b/include/xas/spatial.h @@ -50,8 +50,8 @@ struct _xas_spatial_object {      size_t delta_l,             delta_r; -    size_t shift_l, -           shift_r; +    ssize_t shift_l, +            shift_r;      xas_spatial_coord coord;      xas_audio_stream *source; | 
 
    