summaryrefslogtreecommitdiffstats
path: root/decoder/ih264d_defs.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/ih264d_defs.h')
-rw-r--r--decoder/ih264d_defs.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/decoder/ih264d_defs.h b/decoder/ih264d_defs.h
index 4622775..260e358 100644
--- a/decoder/ih264d_defs.h
+++ b/decoder/ih264d_defs.h
@@ -108,6 +108,9 @@
/* For 420SP */
#define YUV420SP_FACTOR 2
+/*To prevent buffer overflow access; in case the size of nal unit is
+ * greater than the allocated buffer size*/
+#define EXTRA_BS_OFFSET 16*16*2
/**
***************************************************************************