Remove PSP_ERROR_MPEG_INVALID_VALUE in scempeg.cpp

This commit is contained in:
sum2012 2013-03-05 21:05:25 +08:00
parent 03841486e1
commit 4b45af3630

View file

@ -77,7 +77,6 @@ static const int MPEG_HEADER_BUFFER_MINIMUM_SIZE = 2048;
static const int NUM_ES_BUFFERS = 2;
static const int PSP_ERROR_MPEG_NO_DATA = 0x80618001;
static const int PSP_ERROR_MPEG_INVALID_VALUE = 0x806101fe;
static const int TPSM_PIXEL_STORAGE_MODE_16BIT_BGR5650 = 0X00;
static const int TPSM_PIXEL_STORAGE_MODE_32BIT_ABGR8888 = 0X03;