summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/sbr_dec.h
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/sbr_dec.h')
-rw-r--r--apps/codecs/libfaad/sbr_dec.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/apps/codecs/libfaad/sbr_dec.h b/apps/codecs/libfaad/sbr_dec.h
index 25b3e37f52..aa145fe34a 100644
--- a/apps/codecs/libfaad/sbr_dec.h
+++ b/apps/codecs/libfaad/sbr_dec.h
@@ -39,8 +39,7 @@ extern "C" {
39#include "drm_dec.h" 39#include "drm_dec.h"
40#endif 40#endif
41 41
42/* MAX_NTSRHFG: maximum of number_time_slots * rate + HFGen. 16*2+8 */ 42#define MAX_NTSRHFG 40 /* maximum of number_time_slots * rate + HFGen. 16*2+8 */
43#define MAX_NTSRHFG 40
44#define MAX_NTSR 32 /* max number_time_slots * rate, ok for DRM and not DRM mode */ 43#define MAX_NTSR 32 /* max number_time_slots * rate, ok for DRM and not DRM mode */
45 44
46/* MAX_M: maximum value for M */ 45/* MAX_M: maximum value for M */