diff options
Diffstat (limited to 'apps/codecs/libfaad/syntax.c')
-rw-r--r-- | apps/codecs/libfaad/syntax.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/syntax.c b/apps/codecs/libfaad/syntax.c index 85e927b74d..27f9b8a632 100644 --- a/apps/codecs/libfaad/syntax.c +++ b/apps/codecs/libfaad/syntax.c | |||
@@ -785,8 +785,9 @@ static uint8_t ics_info(NeAACDecHandle hDecoder, ic_stream *ics, bitfile *ld, | |||
785 | { | 785 | { |
786 | #ifdef MAIN_DEC | 786 | #ifdef MAIN_DEC |
787 | ics->pred.predictor_reset_group_number = | 787 | ics->pred.predictor_reset_group_number = |
788 | (uint8_t) | ||
788 | #endif | 789 | #endif |
789 | (uint8_t)faad_getbits(ld, 5 DEBUGVAR(1,54,"ics_info(): pred.predictor_reset_group_number")); | 790 | faad_getbits(ld, 5 DEBUGVAR(1,54,"ics_info(): pred.predictor_reset_group_number")); |
790 | } | 791 | } |
791 | 792 | ||
792 | for (sfb = 0; sfb < limit; sfb++) | 793 | for (sfb = 0; sfb < limit; sfb++) |