summaryrefslogtreecommitdiff
path: root/webm_parser/include/webm/status.h
diff options
context:
space:
mode:
Diffstat (limited to 'webm_parser/include/webm/status.h')
-rw-r--r--webm_parser/include/webm/status.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/webm_parser/include/webm/status.h b/webm_parser/include/webm/status.h
index ff3f0c6..9577ef4 100644
--- a/webm_parser/include/webm/status.h
+++ b/webm_parser/include/webm/status.h
@@ -56,6 +56,11 @@ struct Status {
*/
kEndOfFile = -3,
+ /**
+ The reader was unable to seek to the requested location.
+ */
+ kSeekFailed = -4,
+
// Parsing errors. Range: -1025 to -2048.
/**
An element's ID is malformed.