Add ERROR_MPEG_AVC_INVALID_VALUE

This commit is contained in:
raven02
2014-02-08 23:19:19 +08:00
parent 3d3b0b1d99
commit 25eb2d5664
+1
View File
@@ -43,6 +43,7 @@ enum {
ERROR_MPEG_ALREADY_INIT = 0x80618005,
ERROR_MPEG_NOT_YET_INIT = 0x80618009,
ERROR_MPEG_AVC_INVALID_VALUE = 0x806201fe,
ERROR_MPEG_AVC_DECODE_FATAL = 0x80628002,
};