Add ERROR_MPEG_AVC_DECODE_FATAL in sceMpeg.h

This commit is contained in:
raven02 2014-02-01 23:53:48 +08:00
parent 3e84a207c1
commit 0b4c7d3d1d

View File

@ -42,6 +42,8 @@ enum {
ERROR_MPEG_NO_DATA = 0x80618001,
ERROR_MPEG_ALREADY_INIT = 0x80618005,
ERROR_MPEG_NOT_YET_INIT = 0x80618009,
ERROR_MPEG_AVC_DECODE_FATAL = 0x80628002,
};
// MPEG statics.