summaryrefslogtreecommitdiff
path: root/apps/codecs/libfaad/error.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/codecs/libfaad/error.c')
-rw-r--r--apps/codecs/libfaad/error.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/apps/codecs/libfaad/error.c b/apps/codecs/libfaad/error.c
index 8cfd761754..ff2f9c3d13 100644
--- a/apps/codecs/libfaad/error.c
+++ b/apps/codecs/libfaad/error.c
@@ -56,6 +56,7 @@ char *err_msg[] = {
56 "Unexpected fill element with SBR data", 56 "Unexpected fill element with SBR data",
57 "Not all elements were provided with SBR data", 57 "Not all elements were provided with SBR data",
58 "LTP decoding not available", 58 "LTP decoding not available",
59 "Output data buffer too small" 59 "Output data buffer too small",
60 "Could not allocate enough memory"
60}; 61};
61 62