diff options
author | Dave Chapman <dave@dchapman.com> | 2005-11-12 15:06:46 +0000 |
---|---|---|
committer | Dave Chapman <dave@dchapman.com> | 2005-11-12 15:06:46 +0000 |
commit | f7b2e840a7c8bc80b9f9cc99fb48b43c99123a7a (patch) | |
tree | 9006302dfbb19726cab2d36b0ef34525bf499a95 /apps/codecs/libfaad | |
parent | 782d335dd4a2276e3f6506d4f56075c3d34e51aa (diff) |
"signed char" police
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@7823 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libfaad')
-rw-r--r-- | apps/codecs/libfaad/structs.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/structs.h b/apps/codecs/libfaad/structs.h index 0703a77f91..9fa2029e1d 100644 --- a/apps/codecs/libfaad/structs.h +++ b/apps/codecs/libfaad/structs.h @@ -325,7 +325,7 @@ typedef struct mp4AudioSpecificConfig /*uint8_t*/ unsigned char aacSpectralDataResilienceFlag; /*uint8_t*/ unsigned char epConfig; - /*uint8_t*/ char sbr_present_flag; + /*uint8_t*/ signed char sbr_present_flag; /*uint8_t*/ char forceUpSampling; /*uint8_t*/ char downSampledSBR; } mp4AudioSpecificConfig; |