aboutsummaryrefslogtreecommitdiff
path: root/decoder/ih264d_error_handler.h
diff options
context:
space:
mode:
Diffstat (limited to 'decoder/ih264d_error_handler.h')
-rw-r--r--decoder/ih264d_error_handler.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/decoder/ih264d_error_handler.h b/decoder/ih264d_error_handler.h
index 586fe8a..a3764c6 100644
--- a/decoder/ih264d_error_handler.h
+++ b/decoder/ih264d_error_handler.h
@@ -113,7 +113,8 @@ typedef enum
ERROR_IN_LAST_SLICE_OF_PIC = 0x93,
ERROR_NEW_FRAME_EXPECTED = 0x94,
ERROR_INCOMPLETE_FRAME = 0x95,
- ERROR_VUI_PARAMS_NOT_FOUND = 0x96
+ ERROR_VUI_PARAMS_NOT_FOUND = 0x96,
+ ERROR_INV_POC = 0x97
} h264_decoder_error_code_t;