Set default pixel mode for sceMpeg to 8888

This commit is contained in:
Henrik Rydgard 2013-03-10 23:38:54 +01:00
parent 94e485e695
commit 5b015dd788

View File

@ -456,7 +456,7 @@ u32 sceMpegCreate(u32 mpegAddr, u32 dataPtr, u32 size, u32 ringbufferAddr, u32 f
ctx->videoFrameCount = 0;
ctx->audioFrameCount = 0;
// TODO: What's the actual default?
ctx->videoPixelMode = 0;
ctx->videoPixelMode = TPSM_PIXEL_STORAGE_MODE_32BIT_ABGR8888;
ctx->avcRegistered = false;
ctx->atracRegistered = false;
ctx->pcmRegistered = false;