Ubi SB: Minor doc

This commit is contained in:
NicknineTheEagle 2019-09-03 22:28:47 +03:00
parent 09ac65591c
commit a0eb4a2390

View File

@ -1498,6 +1498,12 @@ static int parse_stream_codec(ubi_sb_header * sb) {
goto fail;
}
} else if (sb->version == 0x00000000) {
/* really old version predating SBx and SMx formats */
/* Rayman 2: The Great Escape */
/* Tonic Trouble */
/* Donald Duck: Goin' Quackers */
/* Disney's Dinosaur */
switch (sb->stream_type) {
case 0x01:
sb->codec = FMT_MPDX;